]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/gotoy.s
Change XEX configuration file names to better reflect original names.
[cc65] / libsrc / atari5200 / gotoy.s
1 ;
2 ; Christian Groessler, 13-Mar-2014
3 ;
4 ; void gotoy (unsigned char y);
5 ;
6
7         .include        "atari5200.inc"
8         .export         _gotoy
9         .import         setcursor
10
11 _gotoy:
12         sta     ROWCRS_5200     ; Set Y
13         jmp     setcursor