Re: [stella] 13 chars C64-style

Subject: Re: [stella] 13 chars C64-style
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Tue, 9 Dec 2003 22:31:30 +0100
On Tuesday, December 9, 2003 at 19:19, Andrew Towers wrote:
> I found them :)

> Now down to 7 blank lines between each line of text.

Very cool!

But to make the code really universal we will need at least 13
additional cycles ((ind),y instead of abs,y).

And we could move the 5 free cycles inside the TEXTDISP macro at the top
and skip them for the first macro call.

And we could use 4 of those 5 free cycles for
        ldx #chars      ;2
        txs             ;2

Plus the 1 free cycle we had already, that makes 10.
        
Now only 3 more cycles are missing. Any more ideas?

Have fun!
Thomas                            
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |

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


Current Thread