public InvalidInstructionException(OpCode opcode)
     : base($"Invalid usage of opcode {opcode.InstructionName()}")
 {
 }