Hacker News new | ask | show | jobs
by AnimalMuppet 1306 days ago
How is the zero flag one NOR gate? Don't you have to NOR all the bits?
2 comments

One very large NOR gate. But unlike XOR, an n-bit NOR or NAND is just 2n transistors in CMOS (at least in theory).
One biiiig NOR gate.
Yes, one 8-bit wide NOR gate. This is easy to implement in NMOS, basically you have a wire the width of the ALU and attach a transistor driven by each bit to pull it low.