Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read8
Method · 0.45
read16
Method · 0.45
read32
Method · 0.45
read64
Method · 0.45
readp
Method · 0.45
write8
Method · 0.45
write16
Method · 0.45
write32
Method · 0.45
write64
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected