ld

Operands

reg, [{args.join('/')}], [{args.join('/')}], [{args.join('/')}], ), (, reg, )

Variants

  • Set t1 to contents of effective memory double word address (64bit) ld t1, -100(t2)
  • Load Double word : Set t1 to contents of effective memory word address (64bit) ld t1,(t2)
  • Load Double word : Set t1 to contents of effective memory word address (64bit) ld t1,-100
  • Load Double word : Set t1 to contents of effective memory word address (64bit) ld t1,10000000
  • Load Double word : Set t1 to contents of memory word at label's address (64bit) ld t1,label
  • Load from Address (64bit) ld t1,%lo(label)(t2)

Set t1 to contents of effective memory double word address (64bit)

Loading...