MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / setSeg

Method setSeg

source/emulation/cpu/common/cpu.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void CPU::setSeg(U32 index, U32 address, U32 value) {
78 this->seg[index].address = address;
79 this->seg[index].value = value;
80 if (this->seg[index].address) {
81 this->thread->process->hasSetSeg[index] = true;
82 }
83}
84
85void CPU::setIsBig(U32 value) {
86 this->big = value;

Callers 7

resetMethod · 0.95
callMethod · 0.95
jmpMethod · 0.95
setSegmentMethod · 0.95
retMethod · 0.95
iretMethod · 0.95
testSelfModifyingMovsbFunction · 0.80

Calls

no outgoing calls

Tested by 1

testSelfModifyingMovsbFunction · 0.64