Difference between revisions of "83Plus:OS:OS 2.53MP Changes"

From WikiTI
Jump to: navigation, search
(added a note about not being offical)
(bcall($50CB) doesn't unlock flash)
Line 34: Line 34:
 
* In Omnicalc's entries menu: With mathprint symbols in the entries log, there are serious display issues accompanied with a dramatic crash.
 
* In Omnicalc's entries menu: With mathprint symbols in the entries log, there are serious display issues accompanied with a dramatic crash.
 
* Calcutil will not run at all correctly and will crash your calculator when you turn it off and back on.
 
* Calcutil will not run at all correctly and will crash your calculator when you turn it off and back on.
 +
* ld a,1 \ ld (appInfo+2),a \ bcall($50CB) no longer unlocks the flash ROM.
 
= Known Performance Issues =
 
= Known Performance Issues =
 
* Disp and Output may be up to 4x slower than on previous OS version (see [http://www.cemetech.net/forum/viewtopic.php?p=93740#93740 TI-84+ OS v2.53 Leaked])
 
* Disp and Output may be up to 4x slower than on previous OS version (see [http://www.cemetech.net/forum/viewtopic.php?p=93740#93740 TI-84+ OS v2.53 Leaked])

Revision as of 16:04, 8 February 2010

IMPORTANT NOTE: The 2.53MP is a leaked beta. Please do not distribute it to people by calculator until TI makes the official release, slated for February 15. Use at your own risk.

Added Features

New Tokens

It would be nice to describe the effect and syntax of these tokens.

  • AUTO Answer
  • CLASSIC
  • DEC Answer
  • >F<>D
  • FRAC Anser
  • logBASE(
  • MATHPRINT
  • n/d
  • >n/d<>Un/D
  • randIntNoRep(
  • remainder(
  • summation <sigma>(
  • Un/d
  • ZFrac1/2
  • ZFrac1/3
  • ZFrac1/4
  • ZFrac1/5
  • ZFrac1/8
  • ZFrac1/10
  • ZQuadrant1
  • delta-x
  • delta-y (these are variables--Vars>Window)

Known Bugs

  • Programs using the homescreen may be very broken. Users should disable Math Print before running them, and programs should clear the screen first thing.
  • Programs that encounter an error on the graphscreen may end up with the graphscreen contents in the homescreen buffer
  • In Omnicalc, parenthesis assistant does not work properly. (Display error)
  • In Omnicalc's entries menu: Using the entries menu without MP symbols has some display issues, and when selecting an entry, it crashes.
  • In Omnicalc's entries menu: With mathprint symbols in the entries log, there are serious display issues accompanied with a dramatic crash.
  • Calcutil will not run at all correctly and will crash your calculator when you turn it off and back on.
  • ld a,1 \ ld (appInfo+2),a \ bcall($50CB) no longer unlocks the flash ROM.

Known Performance Issues