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

Function outS

source/emulation/cpu/decoder.cpp:1545–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1543}
1544
1545static void outS(U32 s, BString& out) {
1546 switch (s) {
1547 case 0: out.append("ES"); break;
1548 case 1: out.append("CS"); break;
1549 case 2: out.append("SS"); break;
1550 case 3: out.append("DS"); break;
1551 case 4: out.append("FS"); break;
1552 case 5: out.append("GS"); break;
1553 }
1554}
1555
1556static void outEA32(DecodedOp* op, BString& out) {
1557 bool added = false;

Callers 2

outEA32Function · 0.85
outEA16Function · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected