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

Function write

restore/75x/ps4.js:140–145  ·  view source on GitHub ↗
(addr, data)

Source from the content-addressed store, hash-verified

138}
139
140function write(addr, data) {
141 for (let i = 0; i < 8; i++)
142 g_relative_rw[g_ab_index + OFFSET_JSAB_VIEW_VECTOR + i] = addr.byteAt(i);
143 for (let i = 0; i < data.length; i++)
144 g_ab_slave[i] = data[i];
145}
146
147function write64(addr, data) {
148 write(addr, data.bytes());

Callers 1

write64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected