Store word : Store contents of $t1 into effective memory word address
sw
Operands
$reg, [int16/(/int16u/int32/id], [(/$reg/+], [$reg/)/int32], [)/(], $reg, )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 sw $t1,100
- Store Word : Store $t1 contents into effective memory word address sw $t1,100000
- Store Word : Store $t1 contents into effective memory word address sw $t1,100($t2)
- Store Word : Store $t1 contents into effective memory word address sw $t1,100000($t2)
- Store Word : Store $t1 contents into memory word at label's address sw $t1,label
- Store Word : Store $t1 contents into effective memory word address sw $t1,label($t2)
- Store Word : Store $t1 contents into effective memory word address sw $t1,label+100000
- Store Word : Store $t1 contents into effective memory word address sw $t1,label+100000($t2)
Loading...