Store Instructions


sb Rsrc, addressStore Byte
Store the low byte from register Rsrc at address.


sd Rsrc, addressStore Double-Word ${}^{\dagger}$
Store the 64-bit quantity in registers Rsrc and Rsrc + 1 at address.


sh Rsrc, addressStore Halfword
Store the low halfword from register Rsrc at address.


sw Rsrc, addressStore Word
Store the word from register Rsrc at address.


swcz Rsrc, addressStore Word Coprocessor
Store the word from register Rsrc of coprocessor $z$ at address.


swl Rsrc, addressStore Word Left
swr Rsrc, addressStore Word Right
Store the left (right) bytes from register Rsrc at the possibly-unaligned address.


ush Rsrc, addressUnaligned Store Halfword ${}^{\dagger}$
Store the low halfword from register Rsrc at the possibly-unaligned address.


usw Rsrc, addressUnaligned Store Word ${}^{\dagger}$
Store the word from register Rsrc at the possibly-unaligned address.



Ian Moor 2009-03-11