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

Function outR8

source/emulation/cpu/decoder.cpp:1532–1543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530}
1531
1532static void outR8(U32 r, BString& out) {
1533 switch (r) {
1534 case 0: out.append("AL"); break;
1535 case 1: out.append("CL"); break;
1536 case 2: out.append("DL"); break;
1537 case 3: out.append("BL"); break;
1538 case 4: out.append("AH"); break;
1539 case 5: out.append("CH"); break;
1540 case 6: out.append("DH"); break;
1541 case 7: out.append("BH"); break;
1542 }
1543}
1544
1545static void outS(U32 s, BString& out) {
1546 switch (s) {

Callers 8

logRRFunction · 0.85
logREFunction · 0.85
logERFunction · 0.85
logRE8Function · 0.85
logRR8Function · 0.85
logRE16Function · 0.85
logRR16Function · 0.85
logRFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected