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

Method decode

source/emulation/cpu/decoder.cpp:3991–3996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3989 }
3990
3991 void decode(DecodeData* data, DecodedOp* op) const override {
3992 data->ds = seg;
3993 data->ss = seg;
3994 data->inst = data->fetch8()+data->opCode;
3995 decoder[data->inst]->decode(data, op);
3996 }
3997
3998private:
3999 U32 seg;

Callers

nothing calls this directly

Calls 2

fetch8Method · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected