Store byte : Store the low-order 8 bits of $t1 into the effective memory byte address
sb
Operands
$reg, [int16/(/int16u/int32/id], [(/$reg/+], [$reg/)/int32], [)/(], $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,100
- Store Byte : Store the low-order 8 bits of $t1 into the effective memory byte address sb $t1,100000
- 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,100000($t2)
- Store Byte : Store the low-order 8 bits of $t1 into the effective memory byte address sb $t1,label
- 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 sb $t1,label+100000
- Store Byte : Store the low-order 8 bits of $t1 into the effective memory byte address sb $t1,label+100000($t2)
Loading...