36
loading...
This website collects cookies to deliver better user experience
MEM->D
, D->MEM
, I/O
, NEG
), clock, reset, load from ROM, =0
input signal and the I/O argument line.I/O
signal is on, unless a new external Resume
signal is on. This creates the following boolean function:Clock AND (Resume OR NOT I/O)
Resume
signals feed into one input on the BPU, but that's easily fixed with an OR
gate.