ld

Operands

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

Variants

  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory byte address ld $t1,-100($t2)
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,100000
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,label
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,label+100000
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,($t2)
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,100000($t2)
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,label($t2)
  • Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory word address ld $t1,label+100000($t2)

Load Doubleword : Set $t1 and the next register to the 64 bits starting at effective memory byte address

Loading...