Close

CPU fully assembled

A project log for The simplest 4-bit RISC CPU

In this project, I built a very simple 4 bit RISC CPU. *Sponsored by PCBway

marsianin245Marsianin245 08/03/2023 at 06:050 Comments

Fully assembled 4-bit CPU and tested simple program on it.
For example this program code executes in a loop:
address   code (hex)    instruction
0              00        No-op
1                10        clear A
2               21        Add 1
3               21        Add 1
4               22       Add 2
5               81        Jump on 1
 

Discussions