OpCode.isKnown

Test for known opcodes (per the RFC spec)

@param opcode the opcode to test @return true if known. false if unknown, undefined, or reserved

struct OpCode
static
bool
isKnown
(
byte opcode
)

Meta