Allow OPT to modify -L

-L is a Boolean flag option, so you specify 'OPT L' or 'OPT !L'.
This commit is contained in:
Rangi
2021-03-15 09:44:38 -04:00
committed by Eldred Habert
parent 432c769d60
commit 2c30ab8731
10 changed files with 63 additions and 13 deletions

10
test/asm/opt.asm Normal file
View 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
View File

0
test/asm/opt.out Normal file
View File

BIN
test/asm/opt.out.bin Normal file

Binary file not shown.