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

Function outE8

source/emulation/cpu/decoder.cpp:1639–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639static void outE8(DecodedOp* op, BString& out) {
1640 out.append("BYTE PTR [");
1641 if (op->ea16)
1642 outEA16(op, out);
1643 else
1644 outEA32(op, out);
1645 out.append("]");
1646}
1647
1648static void logRR(const LogInstruction* inst, DecodedOp* op, BString& out) {
1649 out.append(inst->name);

Callers 4

logREFunction · 0.85
logERFunction · 0.85
logRE8Function · 0.85
logEFunction · 0.85

Calls 3

outEA16Function · 0.85
outEA32Function · 0.85
appendMethod · 0.45

Tested by

no test coverage detected