4-bit virtual CPU
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
258 B

# ToyCPU-4bit
This incredibly small CPU is a learning project.
During implementation of this CPU, we are expected to learn how to:
- design ISA in general;
- implement instruction decoding;
- impement instruction execution;
- visualize CPU during its work.