Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
type
Settable
interface
{
273
Set()
274
Unset()
275
}
276
277
type
Updatable
interface
{
278
Update()
Callers
16
TestMemory64KWrite
Function · 0.65
TestMemory64KDoesNotUpdateWhenSetFlagIsOff
Function · 0.65
Update
Method · 0.65
updateSetStatus
Function · 0.65
refreshValue
Method · 0.65
updateSet
Method · 0.65
setMemoryLocation
Function · 0.65
setMemoryLocation2
Function · 0.65
TestMemory64KWrite
Function · 0.65
TestMemory64KDoesNotUpdateWhenSetFlagIsOff
Function · 0.65
Update
Method · 0.65
updateSetStatus
Function · 0.65
Implementers
4
Register
components/register.go
IOBus
components/iobus.go
Memory64K
memory/memory.go
displayRAM
io/display_ram.go
Calls
no outgoing calls
Tested by
no test coverage detected