wow, i thought my computer was good 😅 I got long ways to go.
Shot Gamedev
4
Posts
1
Topics
1
Following
A member registered Nov 06, 2021 · View creator page →
Creator of
An alien wakes up from Cyro Sleep in a spaceship and must escape
Action
Recent community posts
I spent all day making a RAM chip that stores 8 pins of data and then converts to digit display:
But before I could make an 8 Bit RAM I needed an 8 Bit Register:
and then to complete the mini computer, I made a CPU with functionality for math, and storing data:
and after all the trial and error, I made this:
A working computer that can tell the ram to store 2-digit display data, do math, and handle negatives, zeros, and carries. Plz up vote so I can get some sleep. and also let me know if there are any tips I could use to make this computer better.