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

Function doFetchDecodeExecute

cpu/cpu_test.go:1080–1084  ·  view source on GitHub ↗
(c *CPU)

Source from the content-addressed store, hash-verified

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

Callers 15

TestSTThenLDFunction · 0.85
TestLD4TimesFunction · 0.85
testLDFunction · 0.85
testSTFunction · 0.85

Calls 1

StepMethod · 0.80

Tested by

no test coverage detected