[A83] Two questions
[Prev][Next][Index][Thread]
[A83] Two questions
I'd like some help with two problems I have been trying to tackle for some
time now (this concerns the TI-83).
1. I know that with the romcall "_Formerealtok" or "_formreal" I can convert
a floating point number to a string, but I haven't been able to find a
romcall or any other way to turn this operation around, so instaed of making
a string out of a floating point number, I want to make a floating point
number out of a string. Please help.
2. I am a frequent user of SOS and Ashell, because the programms I create are
always rather large. But I recently came upon a program with its own loader
that must have done the same as one of those shells, because the programm was
too large for zasmload. I am really interrested in creating a loader like
that myself. Please help.