| Architecture | Photos | Schematics | Back to projects |
| 1 | 7 by 16 diode matrix ROM for ALU function decoding |
| 2 | Instruction decoder & system clock |
| 3 | Sequencer |
| 4 | Index register 1 |
| 5 | Index register 2 |
| 6 | RAM/ROM |
| 7 | I/O |
| 8 | Stacks |
| 9 | ALU |
| 00sssddd | mov | Move source to destination LO |
| 01sssddd | mov | Move source to destination HI |
| 10000rrr | dec | Decrement |
| 10001rrr | inc | Increment |
| 1001aaaa | jmp | Jump immediate |
| 1010ffff | alu | Set ALU function |
| 10110000 | xop | Jump to address in operand register |
| 11ffnnnn | bne/bcs/bmi/bis | Conditional skip (f=Flag, n=Distance) |
| Copyright © Andrew Holme, 2003. |
|