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