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

Method write16

g2all/700/lapse.js:1483–1486  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

1481 }
1482
1483 write16(addr, value) {
1484 this.rw_buf.write16(0, value);
1485 this.copyin(this.rw_buf.addr, addr, 2);
1486 }
1487
1488 write32(addr, value) {
1489 this.rw_buf.write32(0, value);

Callers 2

set_rtprioFunction · 0.45
double_free_reqs2Function · 0.45

Calls 1

copyinMethod · 0.95

Tested by

no test coverage detected