mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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:
10
test/asm/opt.asm
Normal file
10
test/asm/opt.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
SECTION "test", ROM0
|
||||
|
||||
pusho
|
||||
opt p42, !L
|
||||
ds 1
|
||||
ld [$ff88], a
|
||||
popo
|
||||
|
||||
ds 1
|
||||
ld [$ff88], a
|
||||
0
test/asm/opt.err
Normal file
0
test/asm/opt.err
Normal file
0
test/asm/opt.out
Normal file
0
test/asm/opt.out
Normal file
BIN
test/asm/opt.out.bin
Normal file
BIN
test/asm/opt.out.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user