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

Method _set_addr_direct

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

Source from the content-addressed store, hash-verified

547
548 // expects addr to be a Int
549 _set_addr_direct(addr) {
550 const main = this._main;
551 main[off_vector] = addr.lo;
552 main[off_vector2] = addr.hi;
553 }
554
555 set_addr(addr) {
556 const values = lohi_from_one(addr);

Callers 9

read8Method · 0.45
read16Method · 0.45
read32Method · 0.45
read64Method · 0.45
readpMethod · 0.45
write8Method · 0.45
write16Method · 0.45
write32Method · 0.45
write64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected