TI 83 Plus Assembly
A reader requests expansion of this book to include more material. You can help by adding new material (learn how) or ask for assistance in the reading room. |
TI 83 Plus Assembly Programming
This book teaches TI-83 Plus Assembly Programming, an advanced programming language for TI-83+ and 84+ calculators.
Table of Contents
Getting Started
The TI-83 and TI-84 use a ZiLOG Z80 microprocessor. (The TI-89 uses a 68000 family processor and the TI-Nspire uses an ARM9 processor[1]). The TI-Nspire features an emulator by Texas Instruments for the TI-84+ SE. It can be used for Z80 programming, but it does not support undocumented commands and is not recommended.
- What you need
- Hello World
- Jumps
- Registers
- Memory
- Data Types
- Input
- Operations on Variables
- Advanced Techniques
Appendices
Further reading
More Z80 assembly:
- z80 Heaven: asm programming for the TI-83, TI-84, etc.
- Software Development Tools for Z80 Family -- many of these tools were designed for ancient computers such as the Altair 8800, and may no longer be useful for TI calculator programming
Other TI calculators: