Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/djhworld/simple-computer
/ Enableable
Interface
Enableable
cpu/cpu.go:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
)
266
267
type
Enableable
interface
{
268
Enable()
269
Disable()
270
}
271
272
type
Settable
interface
{
273
Set()
Callers
14
testBusOneReturnsCorrectResult
Function · 0.65
Update
Method · 0.65
updateEnableStatus
Function · 0.65
updateEnabled
Method · 0.65
renderPixelsFromRAM
Method · 0.65
updateKeycodeReg
Method · 0.65
testBusOneReturnsCorrectResult
Function · 0.65
Update
Method · 0.65
NewCPU
Function · 0.65
updateEnableStatus
Function · 0.65
updateEnabled
Method · 0.65
renderPixelsFromRAM
Method · 0.65
Implementers
5
Register
components/register.go
BusOne
components/components.go
IOBus
components/iobus.go
Memory64K
memory/memory.go
displayRAM
io/display_ram.go
Calls
no outgoing calls
Tested by
no test coverage detected