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

Method isValid

source/emulation/cpu/decoder.cpp:6316–6318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6314}
6315
6316bool DecodedOp::isValid() {
6317 return inst != Invalid;
6318}
6319
6320bool DecodedOp::isCall() {
6321 return inst == CallE16 || inst == CallE32 || inst == CallJd || inst == CallJw || inst == CallR16 || inst == CallR32;

Callers 1

calculateLongestBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected