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

Function getBase

source/emulation/cpu/srcgen.cpp:537–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537const char* getBase(int base) {
538 switch(base) {
539 case ES: return "ES";
540 case CS: return "CS";
541 case SS: return "SS";
542 case DS: return "DS";
543 case FS: return "FS";
544 case GS: return "GS";
545 }
546 return "getBase";
547}
548
549char eaaStr[256];
550

Callers 15

getEaa16Function · 0.85
getEaa32Function · 0.85
gen08cFunction · 0.85
gen08eFunction · 0.85
gen0a0Function · 0.85
gen0a1Function · 0.85
gen2a1Function · 0.85
gen0a2Function · 0.85
gen0a3Function · 0.85
gen2a3Function · 0.85
gen0a4Function · 0.85
gen0a5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected