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

Method set_addr

g2all/900/module/mem.js:555–560  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

553 }
554
555 set_addr(addr) {
556 const values = lohi_from_one(addr);
557 const main = this._main;
558 main[off_vector] = values[0];
559 main[off_vector2] = values[1];
560 }
561
562 get_addr() {
563 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