]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/gotox.s
atari5200: implement bgcolor() and textcolor()
[cc65] / libsrc / atari5200 / gotox.s
1 ;
2 ; Christian Groessler, 13-Mar-2014
3 ;
4 ; void gotox (unsigned char x);
5 ;
6
7         .include        "atari5200.inc"
8         .export         _gotox
9
10 _gotox:
11         sta     COLCRS_5200     ; Set X
12         rts