mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
14 lines
156 B
ArmAsm
14 lines
156 B
ArmAsm
|
;
|
||
|
; jede jede@oric.org 2017-02-25
|
||
|
;
|
||
|
.export _gotoy
|
||
|
|
||
|
.importzp sp
|
||
|
|
||
|
.include "telestrat.inc"
|
||
|
|
||
|
.proc _gotoy
|
||
|
sta SCRY
|
||
|
rts
|
||
|
.endproc
|