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

Method name

source/emulation/cpu/decoder.cpp:6520–6526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6518}
6519
6520const char* DecodedOp::name() {
6521#ifdef __EMSCRIPTEN__
6522 return "unknown";
6523#else
6524 return instructionLog[this->inst].name;
6525#endif
6526}
6527
6528BString DecodedOp::toString() {
6529#ifdef __EMSCRIPTEN__

Callers 2

signalTrapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected