mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Warning flags are processed individually; PUSHO and POPO (re)store all the warning states.
13 lines
148 B
NASM
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
|