]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/wherey.s
atari5200: implement bgcolor() and textcolor()
[cc65] / libsrc / atari5200 / wherey.s
1 ;
2 ; Carsten Strotmann, 30.12.2002
3 ;
4 ; unsigned char wherey (void);
5 ;
6
7         .export  _wherey
8         .include "atari5200.inc"
9
10 _wherey:
11         lda     ROWCRS_5200
12         ldx     #0
13         rts