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

Function write

702/BinLoader/ps4.js:202–207  ·  view source on GitHub ↗
(addr, data)

Source from the content-addressed store, hash-verified

200}
201
202function write(addr, data) {
203 for (let i = 0; i < 8; i++)
204 g_relative_rw[g_ab_index + OFFSET_JSAB_VIEW_VECTOR + i] = addr.byteAt(i);
205 for (let i = 0; i < data.length; i++)
206 g_ab_slave[i] = data[i];
207}
208
209function write64(addr, data) {
210 write(addr, data.bytes());

Callers 1

write64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected