1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/telestrat/gotox.s
2019-07-21 14:11:51 -04:00

12 lines
135 B
ArmAsm

;
; jede jede@oric.org 2017-02-25
;
.export _gotox
.include "telestrat.inc"
.proc _gotox
sta SCRX
rts
.endproc