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

Function write

restore/702/ps4.js:138–143  ·  view source on GitHub ↗
(addr, data)

Source from the content-addressed store, hash-verified

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

Callers 1

write64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected