class CPU::UnsupportedOpcodeException

Overview

Raised when the given operation is not defined in OP_HASH.

run_op(0x1234, nil, [] of Int32) # raises UnsupportedOpcodeException

Defined in:

components/cpu/cpu.cr

Constructors

Constructor Detail

def self.new(message = "Given CPU opcode not supported/defined.") #

[View source]