Y
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
bonzini
1306 days ago
One very large NOR gate. But unlike XOR, an n-bit NOR or NAND is just 2n transistors in CMOS (at least in theory).
link
STM32F030R8
1306 days ago
One biiiig NOR gate.
link
kens
1306 days ago
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.
link