1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-03 01:29:04 +00:00

Fixed the 2 remaining minus implemented using adc. #470

This commit is contained in:
jespergravgaard 2020-06-04 21:53:57 +02:00
parent 5d1aff1630
commit 9d607e0471
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
eor #$ff
clc
adc #{c1}+1
sec
adc #{c1}

View File

@ -1,3 +1,3 @@
eor #$ff
clc
adc #{c1}+1
sec
adc #{c1}