]> git.sur5r.net Git - cc65/blob - libsrc/telestrat/wherey.s
Merge pull request #405 from IrgendwerA8/65SC02_sim65_support
[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 .proc _wherey
11     ldx    #$00
12     lda    SCRY
13     rts
14 .endproc