(state bool)
| 890 | } |
| 891 | |
| 892 | func (c *CPU) runSetOnRAM(state bool) { |
| 893 | c.ramSetANDGate.Update(state, c.step5Gates[2].Output()) |
| 894 | updateSetStatus(c.memory, c.ramSetANDGate.Output()) |
| 895 | } |
| 896 | |
| 897 | func (c *CPU) runSetOnTMP(state bool) { |
| 898 | c.tmpSetANDGate.Update(state, c.step4Gates[0].Output()) |
no test coverage detected