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

Function write_ptr_at

restore/702/702.js:86–95  ·  view source on GitHub ↗
(p, d)

Source from the content-addressed store, hash-verified

84}
85
86var write_ptr_at = function(p, d)
87{
88 var arr = [];
89 for(var i = 0; i < 8; i++)
90 {
91 arr.push(d & 0xff);
92 d /= 256;
93 }
94 write_mem(p, arr);
95}
96
97var hex = function(x)
98{

Callers 6

702.jsFile · 0.70
saveallFunction · 0.70
pivotFunction · 0.70
pocFunction · 0.50
pocFunction · 0.50
pocFunction · 0.50

Calls 1

write_memFunction · 0.70

Tested by

no test coverage detected