mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 04:11:42 +00:00
Allow OPT to modify -L
-L is a Boolean flag option, so you specify 'OPT L' or 'OPT !L'.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
SECTION "test", ROM0
|
||||
|
||||
pusho
|
||||
opt p42, !L
|
||||
ds 1
|
||||
ld [$ff88], a
|
||||
popo
|
||||
|
||||
ds 1
|
||||
ld [$ff88], a
|
||||
Binary file not shown.
Reference in New Issue
Block a user