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