Re: A86: pharsing? home screen entries
[Prev][Next][Index][Thread]
Re: A86: pharsing? home screen entries
In a message dated 2/26/2000 3:07:55 PM Eastern Standard Time,
TI86Z80@aol.com writes:
<< I am trying to write a program that modifies entries that were made from
the
home screen. I was wondering where the entries are stored in RAM and how to
access them. I think that after the entries are stored they are either
pharsed or tokenized?!?!? but I don't know what either of those mean. (could
someone explain) Also could you tell me how to unpharse/untokenize the
entries so that I could use/modify them in my program. Thanks a ton!
>>
Pharsed? I think you mean parsed. Tokenizing is how basic programs are stored
on the calculator. Each command (ie "sin", "cos", "If" etc.) is replaced with
a one byte token that the calculator can interpret and run.
Jeff Barrett