Hi ! Could any help me in the following question: how to express a right shift operation in SPU assembly language ? For example, let the content of some register is word0 | word1 | word2 | word3 | and I want to have after operation 0 | word0 | word1 | word2 | Thanks, Yury.