mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
15 lines
202 B
NASM
15 lines
202 B
NASM
SECTION "test", ROM0
|
|
|
|
opt !L ; already the default, but tests parsing "!L"
|
|
|
|
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
|