0 Members and 2 Guests are viewing this topic.
Cool but why is there no assembly program support in the 2011 dev version? I can think of some reasons my-self but since it's your project I'd like to hear it from you, Sir. Anyway, there will be assemly support later on right?
I once on my nspire (in 84+ mode) got it really messed up by recalling strings larger than RAM and accidentally stuck it in test mode by running thisPrgmA:AsmPrgm:FFFFFFFFFFFFFFFFFFFF
Quote from: willrandship on November 14, 2010, 03:15:55 amI once on my nspire (in 84+ mode) got it really messed up by recalling strings larger than RAM and accidentally stuck it in test mode by running thisPrgmA:AsmPrgm:FFFFFFFFFFFFFFFFFFFFProbably want to put a C9 (ret) on the end there Otherwise you'll be executing who-knows-what.
You back up and use an emulator That way, RAM clears are not a problem (nor is anything else except the rare archive corruption)
If those 7 programs must be in RAM, compiled, you can always use a group Anyway, for KnightOS, Sir plans to have no RAM-based file system anyway, so RAM clears are less of a problem.
Quote from: calcdude84se on November 14, 2010, 04:30:19 pmIf those 7 programs must be in RAM, compiled, you can always use a group Anyway, for KnightOS, Sir plans to have no RAM-based file system anyway, so RAM clears are less of a problem.RAM clears won't even be a problem, they'll be standard. i remember Sir saying RAM will be cleared everytime you turn off the calculator.