gotoy.s



;
; 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



Valid HTML 4.0! gotoy.s.html; generated on Sat Oct 13 22:41:33 2001 by ca65html
uz@cc65.org