1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00
Files
cc65/libsrc/telestrat/gotox.s
2017-02-25 22:20:17 +01:00

17 lines
179 B
ArmAsm

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