mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
10 lines
156 B
ArmAsm
10 lines
156 B
ArmAsm
;
|
|
; 2019-09-23, Greg King
|
|
;
|
|
; Low-level stuff for screen output/console input
|
|
;
|
|
|
|
.exportzp CURS_X, CURS_Y
|
|
|
|
.include "cx16.inc"
|