mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-12 11:31:11 +00:00
Fixed the 2 remaining minus implemented using adc. #470
This commit is contained in:
parent
5d1aff1630
commit
9d607e0471
@ -1,3 +1,3 @@
|
|||||||
eor #$ff
|
eor #$ff
|
||||||
clc
|
sec
|
||||||
adc #{c1}+1
|
adc #{c1}
|
@ -1,3 +1,3 @@
|
|||||||
eor #$ff
|
eor #$ff
|
||||||
clc
|
sec
|
||||||
adc #{c1}+1
|
adc #{c1}
|
Loading…
x
Reference in New Issue
Block a user