]> git.sur5r.net Git - cc65/blob - libsrc/apple2/wherey.s
30612cc776a7695a0a3ab41aa60936e3bcfaf541
[cc65] / libsrc / apple2 / wherey.s
1
2         ;; Keivn Ruland
3         ;;
4         ;; unsigned char wherey( void );
5
6         .export         _wherey
7
8         .include        "apple2.inc"
9
10 _wherey:
11         lda     CV
12         ldx     #$00
13         rts