case classPSH(a: RegNo, b: RegNo, im: Imm) extends Instr with Product with Serializable
Add im to the contents of register b and store the
result in register b. Store the value in register a into
memory at the address given by the contents of register b.
The lowest two bits of the address are ignored.
Linear Supertypes
Serializable, Serializable, Product, Equals, Instr, Assembler, AnyRef, Any
Add im to the contents of register b and store the result in register b. Store the value in register a into memory at the address given by the contents of register b. The lowest two bits of the address are ignored.