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

Function outE32

source/emulation/cpu/decoder.cpp:1621–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621static void outE32(DecodedOp* op, BString& out) {
1622 out.append("DWORD PTR [");
1623 if (op->ea16)
1624 outEA16(op, out);
1625 else
1626 outEA32(op, out);
1627 out.append("]");
1628}
1629
1630static void outE16(DecodedOp* op, BString& out) {
1631 out.append("WORD PTR [");

Callers 5

logREFunction · 0.85
logERFunction · 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