1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

don't import newline

git-svn-id: svn://svn.cc65.org/cc65/trunk@28 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2000-06-07 22:32:12 +00:00
parent 87fa3e147f
commit e8c6996e00

View File

@ -7,7 +7,7 @@
.include "atari.inc" .include "atari.inc"
.export _cvlinexy, _cvline .export _cvlinexy, _cvline
.import popa, _gotoxy, putchar, newline .import popa, _gotoxy, putchar
.importzp tmp1 .importzp tmp1
_cvlinexy: _cvlinexy: