fix subtraction error for bytes

This commit is contained in:
Irmen de Jong 2020-10-02 21:30:32 +02:00
parent 582aab180a
commit bac51f4b31
2 changed files with 1 additions and 4 deletions

View File

@ -919,7 +919,7 @@ internal class AugmentableAssignmentAsmGen(private val program: Program,
sec
sbc $otherName
sta $name
bcc +
bcs +
dec $name+1
+""")
else

View File

@ -2,9 +2,6 @@
; Note: this program is compatible with C64 and CX16.
; TODO FIX circle drawing errors. was caused by commit e828c013
main {
sub start() {