mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
17 lines
220 B
NASM
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
|