0 Members and 1 Guest are viewing this topic.
Yeah I think they would require some modification in the BASIC prog above to be accessible.Btw are there still characters that will change to other tokens when stored to strings/ans? I remember on older calc OSes I had a nice looking character and wanted to store it in a string, then it changed to random TI-BASIC commands.Another example is when saving external Mario levels in lowercase, notice what happens when you try pasting the program name on the homescreen.
I hex edited some TI-BASIC programs to find some hidden tokens seen in TI|BD token tables.I found that some unused tokens show in program editor as a ? and when you "scroll" it changes to ?RESET RAM?I used Calcsys, although nothing bad happened to me, test at your own risk.
oh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token. That huge one is only possible on OS 1.14 or lower, though, which is why my game Illusiat 6, which made usage of it for displaying the final dungeon map, is glitchy in later OSes
oh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token.
I hope your calc isn't permanently bricked Have you tried reinstalling a new OS?
Quote from: DJ Omnimaga on June 03, 2010, 09:18:34 amoh yeah those. I don't know for the garbage ones but for the 3x3 squares one that is like 256 characters large, I heard it was the calc trying to display empty flash memory content. Dr.Dnar told this on IRC a while ago. Despite the token being 256 chars long (taking two screens), it's still just a 2-byte token. That was a nice token hack. ^^I think I tried to see what the program displayed with a 2 byte token started by DD (hexadecimal). It displayed a ? that changed to ?RESET RAM?. See http://tibasicdev.wikidot.com/miscellaneous-tokens.By the way, one time my TI-BASIC program had some ? randomly through every 3 lines or so. I managed to reconstitute the code, hopefully, but it seems like my calculator RAM was changed in some way that affected the TI-BASIC programs. I ram cleared and deleted things for precaution. Maybe I run some assembly program with a bug or I ungrouped some odd corrupt group.And I believe, the xtrachar.8xp misses only the hidden DDDF (hex) token. Which is like the transposition matrix but displayed a little down.