Re: A86: Input (yes another input question)


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

Re: A86: Input (yes another input question)




Yeah, I know.  A few t-states isn't worth trading for a few bytes, imho.
About the only time loop unrolling is good is when you are doing somehting
like scrolling, where you are looping for the whole screen.  I was just
joking because I didn't think about using a loop.  I just followed what he
had before.

-----Original Message-----
From: ComAsYuAre@aol.com <ComAsYuAre@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Saturday, October 03, 1998 8:57 PM
Subject: Re: A86: Input (yes another input question)


>
>In a message dated 10/3/98 10:49:58 PM Eastern Daylight Time,
electrum@tfs.net
>writes:
>
>> Hmm, now why didn't I think of that?  Oh, wait, I did.  But my loop was
>>  unrolled (for speed, of course).  ;-)
>>
>
>
>
>you can go either way, but you gotta optimize for either speed or size.  i
>usually choose size :)