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