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

Method decode

source/emulation/cpu/decoder.cpp:3978–3982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3976class DecodeRepZ : public Decode {
3977public:
3978 void decode(DecodeData* data, DecodedOp* op) const override {
3979 op->repZero = 1;
3980 data->inst = data->fetch8()+data->opCode;
3981 decoder[data->inst]->decode(data, op);
3982 }
3983};
3984
3985class DecodeSeg : public Decode {

Callers

nothing calls this directly

Calls 2

fetch8Method · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected