aboutsummaryrefslogtreecommitdiff
path: root/conio/wherex.s
blob: 1b72199a28c691faffca9689e9fe28b60d8ae869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;
; Carsten Strotmann, 30.12.2002
;
; unsigned char wherex (void);
;

        .export  _wherex
        .include "atari.inc"

_wherex:
        lda     COLCRS
        ldx     #0
        rts