]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/gotox.s
Restore src/cc65/locals.c:278 to its orignal state
[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         .import         setcursor
10
11 _gotox:
12         sta     COLCRS_5200     ; Set X
13         jmp     setcursor