1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-11 14:29:11 +00:00
cc65/libsrc/cbm510/conio.s
cuz e1a9115fd4 More P500 support
git-svn-id: svn://svn.cc65.org/cc65/trunk@920 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-09-14 14:37:08 +00:00

11 lines
146 B
ArmAsm

;
; Ullrich von Bassewitz, 14.09.2001
;
; Low level stuff for screen output/console input
;
.exportzp CURS_X, CURS_Y
.include "zeropage.inc"