c_acptr.s



;
; Ullrich von Bassewitz, 03.06.1999
;
; unsigned char __fastcall__ cbm_acptr (void);
;

	.include    	"cbm.inc"

       	.export	       	_cbm_acptr

_cbm_acptr:
	jsr	ACPTR
	ldx	#0
	rts

		     



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