;
; Ullrich von Bassewitz, 0.08.1998
;
; void gotoy (unsigned char y);
;
.export _gotoy
.import plot
.importzp CURS_Y_gotoy: sta CURS_Y ; Set the new position
jmp plot ; And activate it
gotoy.s.html; generated on Sat Oct 13 22:41:33 2001 by ca65html uz@cc65.org