
you give instructions, the cpu do them :)
will update this at some point in the future with the instructions, assembler, and general isa stuff
a ram and rom chip are needed, probably going to be emulated using an external microcontroller
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | rom_data[0] | rom_address[0] | ram_data[0] |
| 1 | rom_data[1] | rom_address[1] | ram_data[1] |
| 2 | rom_data[2] | rom_address[2] | ram_data[2] |
| 3 | rom_data[3] | rom_address[3] | ram_data[3] |
| 4 | rom_data[4] | rom_address[4] | ram_address[0] |
| 5 | rom_data[5] | rom_address[5] | ram_address[1] |
| 6 | rom_data[6] | ram_address[4] | ram_address[2] |
| 7 | rom_data[7] | ram_wen | ram_address[3] |