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

        .export  _wherey
        .include "atari.inc"

_wherey:
        lda     ROWCRS
        ldx     #0
        rts