mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-11 20:30:08 +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
|
||||
clc
|
||||
adc #{c1}+1
|
||||
sec
|
||||
adc #{c1}
|
@ -1,3 +1,3 @@
|
||||
eor #$ff
|
||||
clc
|
||||
adc #{c1}+1
|
||||
sec
|
||||
adc #{c1}
|
Loading…
x
Reference in New Issue
Block a user