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-04-18 00:11:18 +02:00
committed by Eldred Habert
parent 432c769d60
commit 2c30ab8731
10 changed files with 63 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
SECTION "test", ROM0
pusho
opt p42, !L
ds 1
ld [$ff88], a
popo
ds 1
ld [$ff88], a
View File
View File
Binary file not shown.