case classCMPI(b: RegNo, im: Imm) extends Instr with Product with Serializable
Set the Z condition code if the content of register b and the
value im are equal, otherwise clear Z. Set the N condition code
if the content of register b is less than the value im, otherwise
clear N.
Linear Supertypes
Serializable, Serializable, Product, Equals, Instr, Assembler, AnyRef, Any
Set the Z condition code if the content of register b and the value im are equal, otherwise clear Z. Set the N condition code if the content of register b is less than the value im, otherwise clear N.