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

Method Set

cpu/cpu.go:273–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271
272type Settable interface {
273 Set()
274 Unset()
275}
276

Callers 14

TestMemory64KWriteFunction · 0.65
UpdateMethod · 0.65
updateSetStatusFunction · 0.65
refreshValueMethod · 0.65
updateSetMethod · 0.65
setMemoryLocationFunction · 0.65
setMemoryLocation2Function · 0.65
setRegisterFunction · 0.65
writeToInputMARMethod · 0.65
writeToDisplayRAMMethod · 0.65
setOutputRAMAddressMethod · 0.65

Implementers 4

Registercomponents/register.go
IOBuscomponents/iobus.go
Memory64Kmemory/memory.go
displayRAMio/display_ram.go

Calls

no outgoing calls

Tested by 7

TestMemory64KWriteFunction · 0.52
refreshValueMethod · 0.52
updateSetMethod · 0.52
setMemoryLocationFunction · 0.52
setMemoryLocation2Function · 0.52
setRegisterFunction · 0.52