sh

Operands

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

Variants

  • Store halfword : Store the low-order 16 bits of t1 into the effective memory halfword address sh t1, -100(t2)
  • Store Halfword : Store the low-order 16 bits of $1 into the effective memory halfword address sh t1,(t2)
  • Store Halfword : Store the low-order 16 bits of $t1 into the effective memory halfword address sh t1,-100
  • Store Halfword : Store the low-order 16 bits of t1 into the effective memory halfword address using t2 as a temporary sh t1,10000000,t2
  • Store Halfword : Store the low-order 16 bits of t1 into the effective memory halfword address using t2 as a temporary sh t1,label,t2

Store halfword : Store the low-order 16 bits of t1 into the effective memory halfword address

Loading...