Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Digital Logic Sim

​A minimalistic digital logic simulator · By Sebastian Lague

8-bit programmable computer

A topic by Graham Hoggan created 65 days ago Views: 323 Replies: 3
Viewing posts 1 to 3

I made an 8-bit computer that can be programmed using low level "assembly" chips that can be easily swapped out. Yes, I know its ugly and the design is  totally incorrect, but it works, and I didn't have any experience designing anything like this before watching  Sebastian's videos. It can be programmed to add, multiply, subtract values and store them into the RAM by simply swapping out the chips on the program side. (left side). It can also be hooked up to the clock piece to automatically finish its given instruction set, and halt when finished. 

 

Thats cool as fuck! How'd you do it?

There is a thing called ROM, that will be better than plugging and unplugging program pieces 

Thanks for the tip! It's a lot easier to use now