mirror of
https://github.com/cc65/cc65.git
synced 2025-01-05 15:30:44 +00:00
Merge branch 'c1p_charconsts' into c1p
This commit is contained in:
commit
90a072c088
@ -22,7 +22,7 @@ _cclear:
|
|||||||
cmp #0 ; Is the length zero?
|
cmp #0 ; Is the length zero?
|
||||||
beq L9 ; Jump if done
|
beq L9 ; Jump if done
|
||||||
sta tmp1
|
sta tmp1
|
||||||
L1: lda #$20 ; Blank - screen code
|
L1: lda #' '
|
||||||
jsr cputdirect ; Direct output
|
jsr cputdirect ; Direct output
|
||||||
dec tmp1
|
dec tmp1
|
||||||
bne L1
|
bne L1
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
BANKS = VIDEORAMSIZE / $100
|
BANKS = VIDEORAMSIZE / $100
|
||||||
|
|
||||||
_clrscr:
|
_clrscr:
|
||||||
lda #$20 ; ' '
|
lda #' '
|
||||||
ldy #BANKS
|
ldy #BANKS
|
||||||
ldx #$00
|
ldx #$00
|
||||||
staloc:
|
staloc:
|
||||||
|
Loading…
Reference in New Issue
Block a user