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

Method decode

source/emulation/cpu/decoder.cpp:3969–3973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3967class DecodeRepNZ : public Decode {
3968public:
3969 void decode(DecodeData* data, DecodedOp* op) const override {
3970 op->repNotZero = 1;
3971 data->inst = data->fetch8()+data->opCode;
3972 decoder[data->inst]->decode(data, op);
3973 }
3974};
3975
3976class DecodeRepZ : public Decode {

Callers

nothing calls this directly

Calls 2

fetch8Method · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected