Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This is an 8-bit RISC type Processor.
Completes each operation in 5 clock cycles.
It contains 4 temporary registers (register file).
The memory size is 256 x 8 bit. Instructions and memory data goes by same address.
The memory size is 65,536 x 8 bit. Instructions and memory data goes by same address.

## WORKING THEORY

Expand Down