0 Members and 4 Guests are viewing this topic.
I was just curious if there was a way to reuse letter variables.
Hrm... Relloc(A) gives an error.
Is there a way to access the OS's unused spaces?When I downgraded from 2.55 the new os took up 200k less space.Is there a way to access this unused space (my available archive didn't go up when I downgraded)
While debugging my program editor I opened a weird file (it uses the VAT to select a file) and it contained my last entry.After experimenting with it I found that I could access it with a Getcalc([0523]) -> var and that modifying it did indeed modify the OS's last entry. (It seems to use tokens to store data.)Is there a way to execute this modified entry so I can use the OS's math or run a program? (or just reset my ram)I love poking into places that I shouldn't!
Is there any useful uses of it?I am assuming that the OS has a flag for whether the enter key is pressed on the home screen.It there a way I can "activate the flag" and execute anything it has. I am looking for a way to implement floating point math (It doesn't have to be fast) into my editor as a feature.Basically I am tired of quitting my program to do a math operation on the home screen. (and I don't want to do long math in my head)Thanks!(the whole home screen is a program thing BLEW MY MIND)
Is there a way to re-size an appvar? I was hoping to just use x -> {ptr-2}r but that didn't work.(I know about making a new one and copying, but My appvar can get bigger than half of max RAM)Thanks!
I may wind up using memkit...
:Goto (GetCalc("prgmNAME"))