Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fogleman/nes
/ NewCPUMemory
Function
NewCPUMemory
nes/memory.go:16–18 ·
view source on GitHub ↗
(console *Console)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
NewCPUMemory(console *Console) Memory {
17
return
&cpuMemory{console}
18
}
19
20
func
(mem *cpuMemory) Read(address uint16) byte {
21
switch
{
Callers
1
NewCPU
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…