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

Interface Settable

cpu/cpu.go:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272type Settable interface {
273 Set()
274 Unset()
275}
276
277type Updatable interface {
278 Update()

Callers 16

TestMemory64KWriteFunction · 0.65
UpdateMethod · 0.65
updateSetStatusFunction · 0.65
refreshValueMethod · 0.65
updateSetMethod · 0.65
setMemoryLocationFunction · 0.65
setMemoryLocation2Function · 0.65
TestMemory64KWriteFunction · 0.65
UpdateMethod · 0.65
updateSetStatusFunction · 0.65

Implementers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected