IT'S ALIVE!
![](https://cdn.hackaday.io/images/original/2273771662322712256.gif)
The boards are not fully populated yet, and I have no memory or I/O - just an AVR microcontroller emulating a ROM. The three LEDs are the carry, zero and negative flags, and the tiny program in the ROM is just doing a chaser pattern on these.
Projects like this require that you give things fancy names. So here's the "fetch/decode" unit - instruction register, control ROMs, program counter and address register:
![](https://cdn.hackaday.io/images/4827621662323442614.jpg)
And here's the "execute" unit - register file and ALU.
![](https://cdn.hackaday.io/images/9630871662323458295.jpg)
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.