MCPcopy Index your code
hub / github.com/djhworld/simple-computer / loadToRAM

Method loadToRAM

computer/computer.go:73–75  ·  view source on GitHub ↗
(addr uint16, value uint16)

Source from the content-addressed store, hash-verified

71}
72
73func (c *SimpleComputer) loadToRAM(addr uint16, value uint16) {
74 c.putValueInRAM(addr, value)
75}
76
77func (c *SimpleComputer) putValueInRAM(address, value uint16) {
78 c.memory.AddressRegister.Set()

Callers 1

LoadToRAMMethod · 0.95

Calls 1

putValueInRAMMethod · 0.95

Tested by

no test coverage detected