MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / read_mem_s

Function read_mem_s

restore/75x/blob.js:46–50  ·  view source on GitHub ↗
(p, sz)

Source from the content-addressed store, hash-verified

44}
45
46var read_mem_s = function(p, sz)
47{
48 read_mem_setup(p, sz);
49 return ""+oob_slave;
50}
51
52var read_mem_b = function(p, sz)
53{

Callers

nothing calls this directly

Calls 1

read_mem_setupFunction · 0.70

Tested by

no test coverage detected