c_iobase.s



;
; Ullrich von Bassewitz, 03.06.1999
;
; unsigned __fastcall__ cbm_iobase (void);
;

       	.include     	"cbm.inc"

       	.export	       	_cbm_iobase

_cbm_iobase:
	jsr	IOBASE
	txa
	pha
	tya
	tax
	pla
	rts




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