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

Extract single bit from 8-bit lines

A topic by Perodactyl created 88 days ago Views: 204 Replies: 2
Viewing posts 1 to 3
(+1)

It would be a nicer workflow for me if there was an "extract bit 1" block, "extract bit 2," etc. so I could put my byte on one 8-bit bus and then extract each bit right next to the chip that needs it instead of routing all 8 wires.

Developer(+1)

That does sound convenient -- I'll add it to my todolist!

(1 edit) (+1)

as a temporary work-around: 

OUT will be high if IN has all the bits in SELECT on, but doesn't care additional bits from IN - out will be low if SELECT is 0 or if any of the bits in SELECT are missing from IN.