A+ Work





Assignment Number: a3
Filename: pseudorandom.asm
Write a MIPS assembly language program, pseudorandom.asm, to
1) input five integers, x,y,z,w,v;
2) execute the method xorshift; and
3) output the result of the method xorshift.
Hint: Use the MIPS statement xor,sll, and srl