TI-59 Emulator
|
10-02-2014, 07:00 AM
(This post was last modified: 10-02-2014 08:23 AM by Oulan.)
Post: #58
|
|||
|
|||
RE: TI-59 Emulator
- The lengthly path is a google diktat, an app can not write outside this path since android 4.4 (kitkat). For pre kitkat, the path is /sdram/go59c/ as usual. So your cyanogen rom identifies itself as kitkat, sorry
- For the rotate, I prefer locked orientation, otherwise it can change without reason. I will look to add a setting about this behavior. - I did not have time to write a manual, sorry. - You can experiment with the module compiler: - up to 9999 steps (even a real ti should be able to do that, it is only a limitation FROM the module, not the calc) - it accept "local" labels (_xxx) removed at compile time with step number everywhere - it accept hex code to try strange behavior (0x0C) but you need to move the prgm back to memory with OP09 so the hex code should be at a modulo 8 step to survive the transfert. Be carefull R/S is skipped (by the rom) when executed from a module, only RTN can finish a prgm executed from the module (pgm xx sbr yy) - The 59+ mode allow more memory and should be ok even with matrix module program see link |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 10 Guest(s)