InvalidImmediate
class represents an error in construction of an instance of Instr
where the given immediate operand is not within the range that is specified by the instruction set manual. For example, the "sbic" instruction skips the next instruction if the specified bit in the status register is clear. Its operand is expected to be in the range [0, ..., 7]. If the specified operand is not in the range, then this exception will be thrown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|