6502 Breadboard Computer
In the summer of 2020, I built out Ben Eater 6502 computer. Working with friends who compelete the same kit project, I added on a serialize connection so it can interface with any other computer that support USB <> serial devices.
In the future, I hope to go back and write a small OS (or library base layer) for the system so I can load program over the serial interface.
Through this project, I developed an intuition from machine code all the way up through assembly coding.