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

Method decode

source/emulation/cpu/decoder.cpp:3951–3955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3949class Decode267 : public Decode {
3950public:
3951 void decode(DecodeData* data, DecodedOp* op) const override {
3952 data->ea16 = 1;
3953 data->inst = data->fetch8()+data->opCode;
3954 decoder[data->inst]->decode(data, op);
3955 }
3956};
3957
3958class DecodeLock : public Decode {

Callers

nothing calls this directly

Calls 2

fetch8Method · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected