Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/nes
/ cpuMemory
Struct
cpuMemory
nes/memory.go:12–14 ·
view source on GitHub ↗
CPU Memory Map
Source
from the content-addressed store, hash-verified
10
// CPU Memory Map
11
12
type
cpuMemory
struct
{
13
console *Console
14
}
15
16
func
NewCPUMemory(console *Console) Memory {
17
return
&cpuMemory{console}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected