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

Method write64

g2all/700/module/mem.js:381–387  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

379 }
380
381 write64(addr, value) {
382 const values = lohi_from_one(value);
383 this.set_addr(addr);
384 const worker = this._worker;
385 worker.setUint32(0, values[0], true);
386 worker.setUint32(4, values[1], true);
387 }
388
389 write8_at(offset, value) {
390 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