case classLDW(a: RegNo, b: RegNo, im: Imm) extends Instr with Product with Serializable
Load register a with the word value stored in memory at the
address given by the contents of register b plus the value im.
The lowest two bits of the address are ignored.
Linear Supertypes
Serializable, Serializable, Product, Equals, Instr, Assembler, AnyRef, Any
Load register a with the word value stored in memory at the address given by the contents of register b plus the value im. The lowest two bits of the address are ignored.