lw

Operands

$reg, [int16/(/int16u/int32/id], [(/$reg/+], [$reg/)/int32], [)/(], $reg, )

Variants

  • Load word : Set $t1 to contents of effective memory word address lw $t1,-100($t2)
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,($t2)
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,-100
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,100
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,100000
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,100($t2)
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,100000($t2)
  • Load Word : Set $t1 to contents of memory word at label's address lw $t1,label
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,label($t2)
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,label+100000
  • Load Word : Set $t1 to contents of effective memory word address lw $t1,label+100000($t2)

Load word : Set $t1 to contents of effective memory word address

Loading...