MCPcopy Create free account
hub / github.com/djhworld/simple-computer / runSetOnIO

Method runSetOnIO

cpu/cpu.go:836–839  ·  view source on GitHub ↗
(state bool)

Source from the content-addressed store, hash-verified

834}
835
836func (c *CPU) runSetOnIO(state bool) {
837 c.ioBusSetGate.Update(state, c.step4Gate3And.Output())
838 updateSetStatus(c.ioBus, c.ioBusSetGate.Output())
839}
840
841func (c *CPU) runSetOnMAR(state bool) {
842 c.marSetORGate.Update(

Callers 1

runSetMethod · 0.95

Calls 3

updateSetStatusFunction · 0.85
UpdateMethod · 0.65
OutputMethod · 0.45

Tested by

no test coverage detected