staxsp.s



;
; Ullrich von Bassewitz, 31.08.1998
;
; CC65 runtime: Store ax at (sp),y
;

	.export		staxysp, stax0sp
	.importzp	sp

stax0sp:
	ldy	#0
staxysp:
	sta	(sp),y
	iny
	pha
	txa
	sta	(sp),y
	pla
	rts



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