- Here is the ppt for mid report of project ppt
- 8-bit data bus
- 16-bit address bus (64kb RAM space)
- 8 8-bit general purpose registers (r0 to r7)
- separate buses for data and address
- so pair of consecutive registers can used as pointers
- many instructions can directly work on data from memory unlike in RISC machines
- memory mapped IO
- tools such as assembler are provided
opcodes can be found in google sheets inst
- implement stack and remaining ALU operations
- Emulator for testing without hardware
- More test cases
- adding more hardware features
- UART boot loader
- interrupts