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

Function write_mem

702/702.js:69–75  ·  view source on GitHub ↗
(p, data)

Source from the content-addressed store, hash-verified

67}
68
69var write_mem = function(p, data)
70{
71 i48_put(p, oob_master);
72 oob_master[6] = data.length;
73 for(var i = 0; i < data.length; i++)
74 oob_slave[i] = data[i];
75}
76
77var read_ptr_at = function(p)
78{

Callers 15

app2usb.jsFile · 0.70
kernel-clock.jsFile · 0.70
dbackup.jsFile · 0.70
disable-updates.jsFile · 0.70
linux702-3gb.jsFile · 0.70
todex.jsFile · 0.70
linux702-1gb.jsFile · 0.70
hen213.jsFile · 0.70
dbrestore.jsFile · 0.70
enable-vr.jsFile · 0.70
enable-updates.jsFile · 0.70

Calls 1

i48_putFunction · 0.70

Tested by

no test coverage detected