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

Function outE64

source/emulation/cpu/decoder.cpp:1612–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610}
1611
1612static void outE64(DecodedOp* op, BString& out) {
1613 out.append("QWORD PTR [");
1614 if (op->ea16)
1615 outEA16(op, out);
1616 else
1617 outEA32(op, out);
1618 out.append("]");
1619}
1620
1621static void outE32(DecodedOp* op, BString& out) {
1622 out.append("DWORD PTR [");

Callers 1

logEFunction · 0.85

Calls 3

outEA16Function · 0.85
outEA32Function · 0.85
appendMethod · 0.45

Tested by

no test coverage detected