0 Members and 1 Guest are viewing this topic.
If you don't have MirageOS, you can switch on the functionality by making a hex code assembly program. Just create a new program and enter the following as code::AsmPrgmFDCB24DEC9AsmPrgm can be found in the Catalog.Make sure you type it in EXACTLY as shown; one mistake will cause your calculator to crash.To run this program, you have to use the Asm( token which can be found in the Catalog, [2nd][0]. Asm(prgmLOWERC should be similar to what it would look like.If you're interested in some more hex codes, check out http://tibasicdev.wikidot.com/hexcodes
set 3,(iy+24h) ret
set 3,(iy+24h)
set lwrCaseActive,(iy+appLwrCaseFlag)
I'm not used to people being so helpful, thanks!