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

@@ -136,7 +136,7 @@ Skip:
;-------------------------------------------------------------------------
.macro CmpW source, dest
.local Skip
.local Skip
CmpB source+1, dest+1
bne Skip
CmpB source+0, dest+0
@@ -203,7 +203,7 @@ Skip:
.macro rmb bitNumber, dest
pha
lda #(1 << bitNumber) ^ $ff
lda #(1 << bitNumber) ^ $ff
and dest
sta dest
pla