]> git.sur5r.net Git - cc65/blob - libsrc/telestrat/gotoy.s
remove TABs
[cc65] / libsrc / telestrat / gotoy.s
1 ;
2 ; jede jede@oric.org 2017-02-25
3 ;
4     .export    _gotoy
5
6     .importzp  sp
7
8     .include   "telestrat.inc"
9
10 .proc _gotoy
11    sta     SCRY
12    rts
13 .endproc