(state bool)
| 865 | } |
| 866 | |
| 867 | func (c *CPU) runSetOnIR(state bool) { |
| 868 | c.irSetANDGate.Update(state, c.stepper.GetOutputWire(1)) |
| 869 | updateSetStatus(&c.ir, c.irSetANDGate.Output()) |
| 870 | } |
| 871 | |
| 872 | func (c *CPU) runSetOnACC(state bool) { |
| 873 | c.accSetORGate.Update( |
no test coverage detected