sb

Operands

reg, [imm(reg) / (reg) / imm / id], reg

Variants

  • Store byte : Store the low-order 8 bits of t1 into the effective memory byte address sb t1, -100(t2)
  • Store Byte : Store the low-order 8 bits of t1 into the effective memory byte address sb t1,(t2)
  • Store Byte : Store the low-order 8 bits of $t1 into the effective memory byte address sb t1,-100
  • Store Byte : Store the low-order 8 bits of $t1 into the effective memory byte address sb t1,10000000,t2
  • Store Byte : Store the low-order 8 bits of $t1 into the effective memory byte address sb t1,label,t2

Store byte : Store the low-order 8 bits of t1 into the effective memory byte address

Loading...