All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Reverse-Engineering the TI-84 Plus OS: System Architecture and Disassembly Notes

By

siraben

5h ago· 7 min readenInsight

Summary

Reverse-engineering notes for the TI-84 Plus calculator OS (version 2.55MP), a Z80-based system. The article documents the system architecture, including the Zilog Z80 CPU with 16-bit address bus and 64 KiB logical space, hardware flash/RAM paging, and a Ghidra project setup for disassembly and decompilation analysis of the 1 MiB ROM dump.

Key quotes

· 3 pulled
Target: ti84plus.rom (1 MiB flash dump). OS self-identifies as 2.55MP.
CPU: Zilog Z80 (16-bit address bus, 64 KiB logical space) with hardware flash/RAM paging.
Confidence is flagged: [confirmed] = verified in disassembly/decompiler; [standard] = matches documented TI-83
Snippet from the RSS feed
Reverse-engineering notes for the TI-84 Plus calculator OS (2.55MP), a Z80 system.

You might also wanna read