Main Page

From DIY-Calculator_Hardware

Revision as of 12:29, 19 July 2006; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

DIY Calculator HW Project

Based on the Virtual DIY Calculator presented in the book “How Computers Do Math“ a physical implementation is done (as it is suggested in chapter 6).

For a project overview see the Community portal

The DIY Calculator

The heart of the DIY Calculator is a simple 8bit CISC-type CPU with a primary register (accumulator), a status register, an index register for indirect addressing, a stack pointer register, and an instruction pointer register. The simple design of this CPU makes it an ideal object for students or interested people who want to learn about the principles modern computers are based on.

The book "How Computers Do Math" is accompanied by a CD-ROM which contains a complete development system (assembler, simulator, debugger) for this CPU. You can immediately start writing and testing programs thus exploring the world of microprocessors. The only drawback of the DIY Calculator as it is presented by the book is that it only exists virtually inside the PC's memory.

The DIY Calculator Hardware Project fills this gap bringing a physical device to your desktop.

Personal tools