Main Page

From DIY-Calculator_Hardware

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:27, 18 July 2006
Diy-admin (Talk | contribs)

← Previous diff
Revision as of 08:09, 19 July 2006
Jh (Talk | contribs)

Next diff →
Line 7: Line 7:
== The DIY Calculator == == The DIY Calculator ==
-The heart of the DIY Calculator is a simple 8bit [http://de.wikipedia.org/wiki/Complex_Instruction_Set_Computing 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 heart of the DIY Calculator is a simple 8bit [http://en.wikipedia.org/wiki/Complex_instruction_set_computer 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 [http://www.amazon.com/gp/product/0471732788/103-8628309-7311065?v=glance&n=283155 "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 book [http://www.amazon.com/gp/product/0471732788 "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. The '''DIY Calculator Hardware Project''' fills this gap bringing a physical device to your desktop.

Revision as of 08:09, 19 July 2006

DIY Calculator HW Project

Based on the Virtual DIY Calculator presented in the book “How Computers Do Math“ [1] 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