Difference between revisions of "Category:83Plus:Quirks"

From WikiTI
Jump to: navigation, search
(added software quirks)
(Added equality bug)
Line 11: Line 11:
 
*In TI-BASIC interpreter an If inside a For( loop without ending parentheses can cause an abnormal time wasten in interpretation.
 
*In TI-BASIC interpreter an If inside a For( loop without ending parentheses can cause an abnormal time wasten in interpretation.
 
*There are lots of bugs specially in old buggy versions as [http://www.omnimaga.org/index.php?topic=1090.0 this topic] describes.
 
*There are lots of bugs specially in old buggy versions as [http://www.omnimaga.org/index.php?topic=1090.0 this topic] describes.
 +
*Equality tests (2nd->TEST) will not work with complex numbers, despite what the manual says.

Revision as of 12:13, 13 July 2011

Hardware Quirks

The TI-83+ family of calculators has some interesting quirks in the hardware.

  • The calculator will crash if PC is greater than or equal to C000, provided an even-numbered RAM page is swapped in the upper bank. This is the default (page 80h). This is where the 8kb limit comes from. Seems like an imposed hardware constraint.
  • Later models of calculators are missing RAM pages
  • Later models of calculators have a longer LCD delay
  • If a LD A,I or LD A,R instruction is interrupted, then the P/V flag is reset, even if interrupts were enabled beforehand.

TIOS Quirks

  • In TI-BASIC interpreter an If inside a For( loop without ending parentheses can cause an abnormal time wasten in interpretation.
  • There are lots of bugs specially in old buggy versions as this topic describes.
  • Equality tests (2nd->TEST) will not work with complex numbers, despite what the manual says.

This category currently contains no pages or media.