What does this code accomplish?
lw $4,0($sp)lw $3,4($sp)0addi $sp,$sp,8
push the contents of $4, then $3, onto stack
pop from stack into $4, then pop from stack into $3
pop from stack into $3, then pop from stack into $4
push the contents of $3, then $4, onto stack
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here