What the code below does?
Consider the following code used to implement a new instruction: foo $t3,$t1,$t2:
mask : . word 0xFFFFF83Fstart : la $t0 , masklw $t0 , 0 ( $ t 0 )la $t3 , s h f t rlw $t3 , 0 ( $ t 3 )and $t3 , $t3 , $ t 0andi $t2 , $t2 , 0 x 0 0 1 fsll $t2 , $t2 , 6or $t3 , $t3 , $ t 2la $t5 , s h f t rsw $t3 , 0 ( $ t 5 )
shftr: sll $t3 , $t1 , 0
What does foo does?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here