Files
rgbds/test/asm/opt.asm
Rangi d43408f4f3 Allow OPT to modify -W
Warning flags are processed individually;
PUSHO and POPO (re)store all the warning states.
2021-04-18 00:11:18 +02:00

13 lines
148 B
NASM

SECTION "test", ROM0
pusho
opt p42, !L, Wno-div
ds 1
ld [$ff88], a
println $8000_0000 / -1
popo
ds 1
ld [$ff88], a
println $8000_0000 / -1