sw

Operands

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

Variants

  • Store word : Store contents of t1 into effective memory word address sw t1, -100(t2)
  • Store Word : Store t1 contents into effective memory word address sw t1,(t2)
  • Store Word : Store $t1 contents into effective memory word address sw t1,-100
  • Store Word : Store $t1 contents into effective memory word address using t2 as a temporary sw t1,10000000,t2
  • Store Word : Store $t1 contents into memory word at label's address using t2 as a temporary sw t1,label,t2

Store word : Store contents of t1 into effective memory word address

Loading...