Re: A86: Non-floating point parameters


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

Re: A86: Non-floating point parameters




> No, $24 is $, the other standard hidden prog (i think it's always a prog - maybe not...).

The other prog is #.

> $21 is !.  I'm pretty sure that ! stores the current entry on the homescreen (ever noticed
> when you fill up the homescreen and go to 2nd-mem-ram, your programs get bigger?)
>
> I tried changing the token type to $03, which requires the parenthesis and allows other
> types of args, and then i found the matrix i was using on RAM page 2, at $8469, but it's
> really a little before that, because i didn't take the 02020000FC into considerartion, and
> i'm not sure about the matrix var format.  I tried two diff matrices and both were at the
> same place.

See if you find that address in the VAT.  If you can, all you need to do in your token is rst
10h and then read the string.


Follow-Ups: References: