[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lo-Res Hijinks ... Enjoy!



"John B. Matthews" <nospam@nospam.com> wrote in message 
nospam-3303F8.23170602062005@news-rdr-01.ohiordc.rr.com">news:nospam-3303F8.23170602062005@news-rdr-01.ohiordc.rr.com...
> In article <C9wne.31214$9A2.23366@edtnps89>,

> Would you consider supplying source, especially for your STARTUP program?


Hi John,

The Source is done - I burned some midnight oil last night on the IIgs and 
sent
it back as a textfile.  Now looking at it, I can plainly see many places 
where I
can improve the routines for speed.  Why LDY, INY, CPY, BNE when I could
LDY, DEY and BNE for most of the routines don't break any $FF barriers!

Also my page select code is SLOPPY with a capital SLOPPY.  It could be
entirely rewritten to ADC $04 to the page offset desired, then check if it's
past the last page ($4C00) and needs to wrap back around.

Anyhow, here you go:

http://www.turbo-2.com/apple/startup.txt

Enjoy!

Later,
Craig