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

Method write16

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

Source from the content-addressed store, hash-verified

369 }
370
371 write16(addr, value) {
372 this.set_addr(addr);
373 this._worker.setUint16(0, value, true);
374 }
375
376 write32(addr, value) {
377 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected