Re: A86: _vputs


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

Re: A86: _vputs




In a message dated 3/28/99 4:31:20 PM Pacific Standard Time, v8r@juno.com
writes:

> I just didn't think like you could combine values like that..

Just the thought police here!
I am realizing that you are probably thinking the wrong thing. You're not
COMBINING anything, you're just saving a little space. The memory areas for
the cursors are 8 bits long each, and you can load 16 bits at a time. Since
the two values are right next to each other, there is no need to have two
separate ld statements.

Sorry if I sound nitpicky, but it's important to realize... :)