aboutsummaryrefslogtreecommitdiff
path: root/conio/gotoy.s
blob: 1e2479a60267a93a7d889cc16dafa801e5946018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;
; Christian Groessler, 19-Feb-2000
;
; void gotoy (unsigned char y);
;

        .include        "atari.inc"
        .export         _gotoy

_gotoy:
        sta     ROWCRS          ; Set Y
        rts