]> git.sur5r.net Git - cc65/blob - libsrc/atari/gotoy.s
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / atari / gotoy.s
1 ;
2 ; Christian Groessler, 19-Feb-2000
3 ;
4 ; void gotoy (unsigned char y);
5 ;
6
7         .include        "atari.inc"
8         .export         _gotoy
9
10 _gotoy:
11         sta     ROWCRS          ; Set Y
12         rts