mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Remove trailings spaces from CBM-related asm files
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ _cclearxy:
|
||||
_cclear:
|
||||
cmp #0 ; Is the length zero?
|
||||
beq L9 ; Jump if done
|
||||
sta tmp1
|
||||
sta tmp1
|
||||
L1: lda #$20 ; Blank - screen code
|
||||
jsr cputdirect ; Direct output
|
||||
dec tmp1
|
||||
|
||||
Reference in New Issue
Block a user