1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 16:29:58 +00:00
cc65/libsrc/telestrat/gotoy.s

14 lines
184 B
ArmAsm
Raw Normal View History

;
; jede jede@oric.org 2017-02-25
;
.export _gotoy
2019-07-07 20:02:48 +00:00
.import update_adscr
.include "telestrat.inc"
.proc _gotoy
2019-07-17 19:48:53 +00:00
sta SCRY
2019-07-17 20:53:49 +00:00
jmp update_adscr
2019-02-05 22:27:52 +00:00
.endproc