where.s



;
; Ullrich von Bassewitz, 06.08.1998
;
; unsigned char wherex (void);
; unsigned char wherey (void);

	.export		_wherex, _wherey
	
	.include	"cbm.inc"

_wherex:
	sec
	jsr	PLOT		; Get cursor position
	tya
	rts

_wherey:
	sec
	jsr	PLOT		; Get cursor position
	txa
	rts







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