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

Method decode

source/emulation/cpu/decoder.cpp:3710–3717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3708 this->mem = mem;
3709 }
3710 void decode(DecodeData* data, DecodedOp* op) const override {
3711 U8 rm = data->fetch8();
3712
3713 op->reg = G(rm);
3714 op->inst = this->mem;
3715 decodeEa(data, op, rm);
3716 fetchImm(data, op);
3717 }
3718
3719private:
3720 Instruction mem;

Callers

nothing calls this directly

Calls 2

decodeEaFunction · 0.85
fetch8Method · 0.80

Tested by

no test coverage detected