]> git.sur5r.net Git - cc65/blob - libsrc/osic1p/gotoy.s
Revert "atari5200: fix COLOR defines' names"
[cc65] / libsrc / osic1p / gotoy.s
1 ;
2 ; copied from CBM implementation
3 ; originally by:
4 ; Ullrich von Bassewitz, 0.08.1998
5 ;
6 ; void gotoy (unsigned char y);
7 ;
8         .export         _gotoy
9         .import         plot
10         .include        "extzp.inc"
11
12 _gotoy: sta     CURS_Y          ; Set the new position
13         jmp     plot            ; And activate it