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

Method set_addr

g2all/700/module/mem.js:289–294  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

287 }
288
289 set_addr(addr) {
290 const values = lohi_from_one(addr);
291 const main = this._main;
292 main[off_vector] = values[0];
293 main[off_vector2] = values[1];
294 }
295
296 get_addr() {
297 const main = this._main;

Callers 9

read8Method · 0.95
read16Method · 0.95
read32Method · 0.95
read64Method · 0.95
readpMethod · 0.95
write8Method · 0.95
write16Method · 0.95
write32Method · 0.95
write64Method · 0.95

Calls 1

lohi_from_oneFunction · 0.90

Tested by

no test coverage detected