mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +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"
|