Re: A86: calc-Off, fonts, user interrupt routine


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

Re: A86: calc-Off, fonts, user interrupt routine




At 07:24 PM 12/16/97 -0500, you wrote:
>
>On Sat, 13 Dec 1997, Grams Family wrote:
>
>> NOTE: The user fonts are MUCH slower than the default fonts, as they have a
>> couple of page changes.
>
>That's not the only reason.  For user fonts, the ROM code does a linear
>search through the font data to find the letter to print.  For the default
>fonts, the ROM code just does a table lookup.
>
Good point! I didn't think the page changes would slow it down that much,
but I forgot about the search.

--Joshua


References: