]> git.sur5r.net Git - cc65/blob - libsrc/atari/wherex.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atari / wherex.s
1 ;
2 ; Carsten Strotmann, 30.12.2002
3 ;
4 ; unsigned char wherex (void);
5 ;
6
7         .export  _wherex
8         .include "atari.inc"
9
10 _wherex:
11         lda     COLCRS
12         ldx     #0
13         rts