]> git.sur5r.net Git - cc65/blob - libsrc/telestrat/wherex.s
remove TABs
[cc65] / libsrc / telestrat / wherex.s
1 ;
2 ; jede jede@oric.org 2017-02-25
3 ;
4     .export    _wherex
5
6     .importzp  sp
7
8     .include   "telestrat.inc"
9
10 .proc _wherex
11     ldx    #$00
12     lda    SCRX
13     rts
14 .endproc