mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-10 11:25:09 +00:00
Fixed the 2 remaining minus implemented using adc. #470
This commit is contained in:
@@ -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}
|
Reference in New Issue
Block a user