1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/telestrat/gotoy.s

14 lines
156 B
ArmAsm
Raw Normal View History

;
; jede jede@oric.org 2017-02-25
;
.export _gotoy
.importzp sp
.include "telestrat.inc"
.proc _gotoy
sta SCRY
rts
.endproc