class ALU::UnsupportedOpcodeException

Overview

Raised when the given operation is not defined in OP_HASH.

run_op(1, 2, 1236781) # raises UnsupportedOpcodeException

Defined in:

components/cpu/alu.cr

Constructors

Constructor Detail

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

[View source]