Remove trailings spaces from CBM-related asm files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
.include "dir.inc"
|
||||
.include "errno.inc"
|
||||
.include "zeropage.inc"
|
||||
|
||||
|
||||
.import pushax
|
||||
.import _read
|
||||
|
||||
|
||||
@@ -5,11 +5,9 @@
|
||||
;
|
||||
|
||||
.export _gotox
|
||||
.import plot
|
||||
.import plot
|
||||
.importzp CURS_X
|
||||
|
||||
_gotox: sta CURS_X ; Set new position
|
||||
jmp plot ; And activate it
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -194,5 +194,3 @@ nofile: ; ... else use SA=0 (read)
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user