remove dangling spaces

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

View File

@@ -33,13 +33,13 @@ hiadd: txa ; (19)
inc sp+1 ; (-1+5)
done: tya ; (36)
.else
.else
ldy #0 ; (4)
adc (sp),y ; (9) lo byte
iny ; (11)
sta tmp1 ; (14) save it
txa ; (16)
txa ; (16)
adc (sp),y ; (21) hi byte
tax ; (23)
clc ; (25)