(c *CPU)
| 1078 | } |
| 1079 | |
| 1080 | func doFetchDecodeExecute(c *CPU) { |
| 1081 | for i := 0; i < 6; i++ { |
| 1082 | c.Step() |
| 1083 | } |
| 1084 | } |
| 1085 | |
| 1086 | func setMemoryLocation(c *CPU, address uint16, value uint16) { |
| 1087 | c.memory.AddressRegister.Set() |
no test coverage detected