Jump to content

TI-86: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Adriweb (talk | contribs)
No edit summary
Line 22: Line 22:
*[http://calcg.org/ CalcG.org] - Very organized and large archive of games and programs.
*[http://calcg.org/ CalcG.org] - Very organized and large archive of games and programs.
*[http://www.ti-bank.fr TI-BANK] - Programs for 86
*[http://www.ti-bank.fr TI-BANK] - Programs for 86
*{{fr icon}} [http://ti-wiki.pbwiki.com A French Wiki about TIs (z80, 68k) with tutorials]
*[http://guide.ticalc.org TI-86 Z80 assembly language programming guide]
*[http://guide.ticalc.org TI-86 Z80 assembly language programming guide]
*[ftp://ftp.ti.com/pub/graph-ti/calc-apps/86/asm/ti-apps/ Texas Instruments Program Archive]
*[ftp://ftp.ti.com/pub/graph-ti/calc-apps/86/asm/ti-apps/ Texas Instruments Program Archive]

Revision as of 12:00, 23 February 2008

TI-86

The TI-86 is a programmable graphing calculator introduced in 1997 and produced by Texas Instruments. The TI-86 uses the Zilog Z80 microprocessor. It is partially backwards-compatible with its predecessor, the TI-85.

The TI-86 can be thought of as the tier among various Texas Instruments calculators directly above the TI-83 and TI-84 line. In addition to having a larger screen than the TI-83, the TI-86 also allows the user to type in lower case and Greek letters and features five softkeys, which improve menu navigation and can be programmed by the user for quick access to common operations such as decimal-to-fraction conversion. The calculator also handles vectors, matrices and complex numbers better than the TI-83. One drawback, however, is that the statistics package on the TI-83 range doesn't come preloaded on the TI-86. However, it can be downloaded from the Texas Instruments program archive and installed on the calculator using the link cable.[1]

Despite the TI-86's limitation of a black and white monochrome screen, it is possible to emulate grayscale by rapidly toggling a pixel between on (black) and off (white) states. The pixel does not have time to fully fade to white before it is turned back on. The result is that the pixel is perceived as gray by the observer. By adjusting the balance between black and white, multiple shades of gray can be achieved.

The TI-86 has been discontinued.

Specifications

  • CPU: Zilog Z80 6 MHz
  • RAM: 128 KB, 96 KB user-accessible
  • ROM: 256 KB non-upgradable
  • Display: 128×64 pixels high-contrast monochrome LCD
  • Data Communication: Serial link port; allows two TI-86 calculators to be connected to each other, or one TI-86 to be connected to a PC, for data transfer via a special link cable
  • Programming Languages: TI-BASIC, Z80 Assembly (ASM)