]> git.sur5r.net Git - cc65/blob - libsrc/atari/gotox.s
info about c1541 in docs, lowered highest available address to $6000 due to
[cc65] / libsrc / atari / gotox.s
1 ;
2 ; Christian Groessler, 19-Feb-2000
3 ;
4 ; void gotox (unsigned char x);
5 ;
6
7         .include        "atari.inc"
8         .export         _gotox
9
10 _gotox:
11         sta     COLCRS          ; Set X
12         lda     #0
13         sta     COLCRS+1
14         rts