Main Page

From DIY-Calculator_Hardware

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:37, 19 July 2006
Max (Talk | contribs)

← Previous diff
Current revision
Hzulu (Talk | contribs)

Line 7: Line 7:
== The DIY Calculator == == The DIY Calculator ==
-The book [http://www.amazon.com/gp/product/0471732788 "How Computers Do Math"] is accompanied by a CD-ROM containing the virtual DIY Calculator, which includes a complete development system (assembler, simulator, and debugger). The CD-ROM also contains all of the interactive laboratories (as PDFs) and images (as PowerPoint slides) in the book - along with many other materials - for use by educators at schools and universities.+The book [http://www.amazon.com/gp/product/0471732788 "How Computers Do Math"] is accompanied by a CD-ROM containing the virtual DIY Calculator, which includes a complete development system (assembler, simulator, and debugger). The CD-ROM also contains all of the interactive laboratories (as PDFs) and images (as PowerPoint slides) from the book - along with many other materials - for use by educators at schools and universities.
At the heart of the DIY Calculator is a simple 8-bit [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 and anyone else who wishes to learn about the principles upon which modern computers are based. At the heart of the DIY Calculator is a simple 8-bit [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 and anyone else who wishes to learn about the principles upon which modern computers are based.
Line 13: Line 13:
The primary interface to the DIY Calculator is a calculator front panel, comprising buttons and displays. The book guides the reader in creating simple programs and running them on the virtual DIY Calculator. Eventually, the reader creates a program for a simple four-function calculator (+, -, *, /). The primary interface to the DIY Calculator is a calculator front panel, comprising buttons and displays. The book guides the reader in creating simple programs and running them on the virtual DIY Calculator. Eventually, the reader creates a program for a simple four-function calculator (+, -, *, /).
-The only drawback to the DIY Calculator as it is presented in the book is that it exists only as a virtual machine inside your PC's memory. The '''DIY Calculator Hardware Project''' fills this gap by bringing a physical implementation of the DIY Calculator to your desktop. The idea is that you can create and test your programs in the virtual world, and then download them into the physical DIY Calculator.+The only drawback to the DIY Calculator as it is presented in the book is that it exists only as a virtual machine inside your PC's memory. This '''DIY Calculator Hardware Project''' fills this gap by bringing a physical implementation of the DIY Calculator to your desktop. The idea is that you can create and test your programs in the virtual world, and then download them into the physical DIY Calculator.
 +<div style="border:0; margin: 20px 20% 0px 0px;">
 +---
 + 
 +<div style="background:#f9f9f9; padding:0; border:1px solid #aaaaaa; margin-bottom:15px;">
 +<div style="background:#eeeeee; padding:0 0.4em 0 0.4em; border-bottom:1px solid #aaaaaa;">
 +'''News'''&nbsp;(May, 25th 2007): Development environment (SVN, Mailinglist and Bugzilla) made public.
 +</div>
 +<div style="padding:0.2em 0.4em 0.2em 0.4em;">
 +[[Image:serial2.jpg|thumb|left|DIY Calculator - up and running]]
 +'''Development environment now public!'''
 + 
 +For all, who are interested in monitoring and downloading the "bleeding edge" of the development, Subversion repository, mailinglists and Bugzilla bugtracking is now online for public use.
 + 
 +... have a look to "development" menu in the left navigation bar.
 +<br style="clear:left;" />
 +</div>
 +</div>

Current revision

DIY Calculator HW Project

This Wiki supports a physical implementation of the Virtual DIY Calculator, which accompanies the book “How Computers Do Math“. (A fully-functional copy of the DIY Calculator software - along with demos and tutorials - is available for free from the "Downloads" page of the DIY Calculator website.)

For a more detailed overview of this project, please visit the Community Portal

The DIY Calculator

The book "How Computers Do Math" is accompanied by a CD-ROM containing the virtual DIY Calculator, which includes a complete development system (assembler, simulator, and debugger). The CD-ROM also contains all of the interactive laboratories (as PDFs) and images (as PowerPoint slides) from the book - along with many other materials - for use by educators at schools and universities.

At the heart of the DIY Calculator is a simple 8-bit 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 and anyone else who wishes to learn about the principles upon which modern computers are based.

The primary interface to the DIY Calculator is a calculator front panel, comprising buttons and displays. The book guides the reader in creating simple programs and running them on the virtual DIY Calculator. Eventually, the reader creates a program for a simple four-function calculator (+, -, *, /).

The only drawback to the DIY Calculator as it is presented in the book is that it exists only as a virtual machine inside your PC's memory. This DIY Calculator Hardware Project fills this gap by bringing a physical implementation of the DIY Calculator to your desktop. The idea is that you can create and test your programs in the virtual world, and then download them into the physical DIY Calculator.

---

News (May, 25th 2007): Development environment (SVN, Mailinglist and Bugzilla) made public.

DIY Calculator - up and running
Enlarge
DIY Calculator - up and running

Development environment now public!

For all, who are interested in monitoring and downloading the "bleeding edge" of the development, Subversion repository, mailinglists and Bugzilla bugtracking is now online for public use.

... have a look to "development" menu in the left navigation bar.

Personal tools