Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ decode
Method
decode
source/emulation/cpu/decoder.cpp:4022–4026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4020
this->reg = reg;
4021
}
4022
void decode(DecodeData* data, DecodedOp* op) const override {
4023
op->inst = reg;
4024
op->data.disp = data->fetch32();
4025
op->imm = data->fetch16();
4026
}
4027
4028
private:
4029
Instruction reg;
Callers
nothing calls this directly
Calls
2
fetch32
Method · 0.80
fetch16
Method · 0.80
Tested by
no test coverage detected