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

My Extra Chips!

A topic by Trisefloreta-Kinmang created Apr 16, 2025 Views: 110
Viewing posts 1 to 1

Below are the extra chips i made.

NAMETHING IT DOES
3IN ANDAN AND IN AN AND
3IN NANDNOT(3IN AND)
3IN ORAN OR IN AN OR
3IN NORNOT(3IN OR)
1BY COUNTERA 1BY ADDER LOOPED (SO FAST!!!)
5B NORM+NOTOUTPUTS THE 5 INPUTS ALONGSIDE THEIR NOTS
LOGIC 0OUTPUTS 0
LOGIC 1OUTPUTS 1

they are easy to make! (except for the 1by (8bits) adder in the counter... )