0 Members and 1 Guest are viewing this topic.
Well, token reading isn't that bad.I *think* I still have an Axe program on my calc that will read through a program in the RAM defined in the source just like the program editor does. It just displays it, but it recognizes 1-byte and most 2-byte tokens.
At one point a couple years ago, I had an on-calc program that would compile something akin to C# into Pure TI-Basic code, and it worked quite well. It saddens me to say it was lost in one of my parent's tyrades, but I'd love to write something similar again.
Yeah, if you could upload the source that would be most excellent I've never heard of using {}rr, does it read words in big endian?
Quote from: Ashbad on February 01, 2011, 07:52:02 pmYeah, if you could upload the source that would be most excellent I've never heard of using {}rr, does it read words in big endian?I forget exactly what {}rr does, but it's necessary for token reading.Source attached.