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

13 lines
177 B
ArmAsm
Raw Normal View History

;
; jede jede@oric.org 2017-02-25
;
.export _gotox
.import OLD_CHARCOLOR, OLD_BGCOLOR
2019-02-05 22:27:52 +00:00
.include "telestrat.inc"
.proc _gotox
sta SCRX
rts
2019-02-05 22:27:52 +00:00
.endproc