mirror of
https://github.com/irmen/prog8.git
synced 2025-01-26 19:30:59 +00:00
fix subtraction error for bytes
This commit is contained in:
parent
582aab180a
commit
bac51f4b31
@ -919,7 +919,7 @@ internal class AugmentableAssignmentAsmGen(private val program: Program,
|
||||
sec
|
||||
sbc $otherName
|
||||
sta $name
|
||||
bcc +
|
||||
bcs +
|
||||
dec $name+1
|
||||
+""")
|
||||
else
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user