mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Allow OPT to toggle -h
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
SECTION "test", ROM0
|
||||
|
||||
opt !L ; already the default, but tests parsing "!L"
|
||||
opt !h, !L ; already the default, but tests parsing "!"
|
||||
|
||||
pusho
|
||||
opt p42, L, Wno-div
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user