remove dangling spaces
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
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
.importzp tmp1
|
||||
|
||||
.include "nes.inc"
|
||||
|
||||
|
||||
_chlinexy:
|
||||
pha ; Save the length
|
||||
jsr gotoxy ; Call this one, will pop params
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
@end: stx ringread
|
||||
sty ringcount
|
||||
|
||||
rts
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
@@ -35,5 +35,5 @@ utsdata:
|
||||
; machine
|
||||
.asciiz "NES"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user