mirror of
https://github.com/cc65/cc65.git
synced 2025-04-12 00:37:12 +00:00
newline is used elsewhere and must be exported
git-svn-id: svn://svn.cc65.org/cc65/trunk@157 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f3605c162b
commit
c6546592b6
@ -6,7 +6,7 @@
|
||||
;
|
||||
|
||||
.export _cputcxy, _cputc, cputdirect, putchar
|
||||
.export plot
|
||||
.export newline, plot
|
||||
.import popa, _gotoxy
|
||||
.import xsize, revers
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
;
|
||||
|
||||
.export _cputcxy, _cputc, cputdirect, putchar
|
||||
.export plot
|
||||
.export newline, plot
|
||||
.import popa, _gotoxy
|
||||
.import xsize, revers
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
;
|
||||
|
||||
.export _cputcxy, _cputc, cputdirect, putchar
|
||||
.export plot
|
||||
.export newline, plot
|
||||
.exportzp CURS_X, CURS_Y
|
||||
.import _gotoxy
|
||||
.import popa
|
||||
|
@ -6,7 +6,7 @@
|
||||
;
|
||||
|
||||
.export _cputcxy, _cputc, cputdirect, putchar
|
||||
.export plot
|
||||
.export newline, plot
|
||||
.import popa, _gotoxy
|
||||
.import xsize, revers
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
;
|
||||
|
||||
.export _cputcxy, _cputc, cputdirect, putchar
|
||||
.export plot
|
||||
.export newline, plot
|
||||
.import popa, _gotoxy
|
||||
.import xsize, revers
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user