Skip to content

Commit

Permalink
README gets some details about the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Tatlock committed Sep 27, 2010
1 parent 2ebce68 commit 00dce8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
@@ -1 +1,13 @@
punch card programming

Use 3x5 index cards, a sharpie, and a webcam to program a simple machine.

The index card is oriented vertically with the red line to the left. This
provides 10 columns relative to the blue lines and leaves the far left and
and right parts of the card for comments. Each card has 8 rows spaced
uniformly, corresponding to 8 instructions of 10 bits each.

The machine is a simple accumulator machine. It only provides a few basic
operations, 8 registers, and I/O. The registers and operations work with
arbitrary precision integers.

0 comments on commit 00dce8f

Please sign in to comment.