Getting Started
- For TI-83's
- Include "TI83Asm.INC" & "Tokens.INC"
- See 'Assembling a TI-83 Program'
- For TI-83 Plus's
- Include "TI83Plus.INC"
- See 'Assembling a TI-83+ Program'
- For TI-86's
- Include "TI86ALL.INC" & "asm86.H"
- See 'Assembling a TI-86 Program'
- For TI-89's & TI-92 Plus's
- Make sure that you write 'xdef _ti89' and/or 'xdef _ti92plus'. You must define
at least one of these calculators.
- Include "TIOS.H"
- See 'Assembling a TI-89/TI92+ Program'
NOTE: Put all other files that you will "include", in this program's directory.