Files
rgbds/test/asm/opt.asm
2021-05-02 11:06:53 +02:00

17 lines
220 B
NASM

SECTION "test", ROM0
opt !h, !L ; already the default, but tests parsing "!"
pusho
opt p42, h, L, Wno-div
ds 1
ld [$ff88], a
halt
println $8000_0000 / -1
popo
ds 1
ld [$ff88], a
halt
println $8000_0000 / -1