case classPOP(a: RegNo, b: RegNo, im: Imm) extends Instr with Product with Serializable
Load register a with the word value stored in register b. The
lowest two bits of the address are ignored. Subtract (???) im from
the contents of register b and store the result in register b.
Linear Supertypes
Serializable, Serializable, Product, Equals, Instr, Assembler, AnyRef, Any
Load register a with the word value stored in register b. The lowest two bits of the address are ignored. Subtract (???) im from the contents of register b and store the result in register b.