# 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.