RE: [stella] bzoneRepos question

Subject: RE: [stella] bzoneRepos question
From: "Fred Quimby" <c9r@xxxxxxxxxxx>
Date: Wed, 8 Jun 2005 00:04:54 -0400
That's not the bzone repos code, AFAIK.  The bzone code doesn't use a table.

I believe it goes like this:
	sec
	sta WSYNC
.divideby15
	sbc #15
	bcs .divideby15
	eor #7
	asl
	asl
	asl
	asl
	sta HMP0,x
	sta RESP0,x
	rts

It uses more cycles than the table method, but fewer bytes (since there's no 
table.)


Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

Current Thread