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

Method decode

source/emulation/cpu/decoder.cpp:3933–3937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3931class Decode67 : public Decode {
3932public:
3933 void decode(DecodeData* data, DecodedOp* op) const override {
3934 data->ea16 = 0;
3935 data->inst = data->fetch8()+data->opCode;
3936 decoder[data->inst]->decode(data, op);
3937 }
3938};
3939
3940class Decode266 : public Decode {

Callers

nothing calls this directly

Calls 2

fetch8Method · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected