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

Method decode

source/emulation/cpu/decoder.cpp:4022–4026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4020 this->reg = reg;
4021 }
4022 void decode(DecodeData* data, DecodedOp* op) const override {
4023 op->inst = reg;
4024 op->data.disp = data->fetch32();
4025 op->imm = data->fetch16();
4026 }
4027
4028private:
4029 Instruction reg;

Callers

nothing calls this directly

Calls 2

fetch32Method · 0.80
fetch16Method · 0.80

Tested by

no test coverage detected