remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 3c1641e3e3
commit f8f901b05e
212 changed files with 432 additions and 432 deletions

View File

@@ -23,7 +23,7 @@ tosumulax:
; Do ptr4:ptr4+1 * ptr1:ptr1+1 --> AX
tya ; A = 0
tya ; A = 0
ldy ptr1+1 ; check if lhs is 8 bit only
beq @L4 ; -> we can do 8x16 after swap
sta tmp1
@@ -36,7 +36,7 @@ tosumulax:
clc
adc ptr1
tax
lda ptr1+1 ; Hi byte of left op
lda ptr1+1 ; Hi byte of left op
adc tmp1
sta tmp1
txa