Store halfword : Store the low-order 16 bits of t1 into the effective memory halfword address
sh
Operands
reg, [imm(reg) / (reg) / imm / id], regVariants
- 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
Loading...