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

Function normal_sidt

source/emulation/cpu/normal/normalCPU.cpp:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81static U32 normalOpsInitialized;
82
83void OPCALL normal_sidt(CPU* cpu, DecodedOp* op) {
84 START_OP(cpu, op);
85 U32 eaa = eaa(cpu, op);
86 cpu->memory->writew(eaa, 1023); // limit
87 cpu->memory->writed(eaa, 0); // base
88#ifdef _DEBUG
89 klog("sidt not implemented");
90#endif
91 NEXT();
92}
93
94void OPCALL onTestEnd(CPU* cpu, DecodedOp* op) {
95 cpu->nextOp = op;

Callers

nothing calls this directly

Calls 3

klogFunction · 0.85
writewMethod · 0.45
writedMethod · 0.45

Tested by

no test coverage detected