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

Function outE16

source/emulation/cpu/decoder.cpp:1630–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628}
1629
1630static void outE16(DecodedOp* op, BString& out) {
1631 out.append("WORD PTR [");
1632 if (op->ea16)
1633 outEA16(op, out);
1634 else
1635 outEA32(op, out);
1636 out.append("]");
1637}
1638
1639static void outE8(DecodedOp* op, BString& out) {
1640 out.append("BYTE PTR [");

Callers 6

logREFunction · 0.85
logERFunction · 0.85
logRE16Function · 0.85
logEFunction · 0.85
logXmmEFunction · 0.85
logEXmmFunction · 0.85

Calls 3

outEA16Function · 0.85
outEA32Function · 0.85
appendMethod · 0.45

Tested by

no test coverage detected