;
.export _cputcxy, _cputc, cputdirect, putchar
- .export advance, newline, plot
+ .export plot
.import popa, _gotoxy
.import xsize, revers
iny
cpy xsize
bne L9
- ldy #0 ; new line
newline:
+ ldy #0 ; new line
clc
lda xsize
adc SCREEN_PTR
sta SCREEN_PTR
bcc L4
inc SCREEN_PTR+1
-L4: clc
- lda xsize
+ clc
+L4: lda xsize
adc CRAM_PTR
sta CRAM_PTR
bcc L5
;
.export _cputcxy, _cputc, cputdirect, putchar
- .export advance, newline, plot
+ .export plot
.import popa, _gotoxy
.import xsize, revers
iny
cpy xsize
bne L9
- ldy #0 ; new line
newline:
+ ldy #0 ; new line
clc
lda xsize
adc SCREEN_PTR
sta SCREEN_PTR
bcc L4
inc SCREEN_PTR+1
-L4: clc
- lda xsize
+ clc
+L4: lda xsize
adc CRAM_PTR
sta CRAM_PTR
bcc L5
;
.export _cputcxy, _cputc, cputdirect, putchar
- .export advance, newline, plot
+ .export plot
.exportzp CURS_X, CURS_Y
.import _gotoxy
.import popa
iny
cpy xsize
bne L9
- ldy #0 ; new line
newline:
+ ldy #0 ; new line
clc
lda xsize
adc CharPtr
;
.export _cputcxy, _cputc, cputdirect, putchar
- .export advance, newline, plot
+ .export plot
.import popa, _gotoxy
.import xsize, revers
iny
cpy xsize
bne L9
- ldy #0 ; new line
newline:
+ ldy #0 ; new line
clc
lda xsize
adc SCREEN_PTR
;
.export _cputcxy, _cputc, cputdirect, putchar
- .export advance, newline, plot
+ .export plot
.import popa, _gotoxy
.import xsize, revers
iny
cpy xsize
bne L9
- ldy #0 ; new line
newline:
+ ldy #0 ; new line
clc
lda xsize
adc SCREEN_PTR
sta SCREEN_PTR
bcc L4
inc SCREEN_PTR+1
-L4: clc
- lda xsize
+ clc
+L4: lda xsize
adc CRAM_PTR
sta CRAM_PTR
bcc L5