How Computers Work and Logic Simulator
- Breck Massey
- May 28, 2023
- 1 min read

In this program I made a logic simulator so I could teach others how computers work. I started off simple with the transistor and work up to concepts such as addition and storage. I made a simple logic gate simulator. This simulates logic gates which every computer is made up of. These simple logic gates can be put together to make more complicated things which I demonstrate in the program.
See It Here:
Comments