compl.s



;
; Ullrich von Bassewitz, 06.08.1998
;
; CC65 runtime: integer complement
;

       	.export		complax

complax:
	eor	#$FF		; Not A
	pha
	txa
	eor 	#$FF		; Not X
	tax
	pla
	rts



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