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

Method write64

g2all/900/module/mem.js:653–659  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

651 }
652
653 write64(addr, value) {
654 const values = lohi_from_one(value);
655 this.set_addr(addr);
656 const worker = this._worker;
657 worker.setUint32(0, values[0], true);
658 worker.setUint32(4, values[1], true);
659 }
660
661 write8_at(offset, value) {
662 if (!isInteger(offset)) {

Callers

nothing calls this directly

Calls 2

set_addrMethod · 0.95
lohi_from_oneFunction · 0.90

Tested by

no test coverage detected