PDA

View Full Version : Can someone explain this MIPS code to me


JohnThompson
July 1st, 2008, 04:23 AM
I understand that the mips code below modifies itself but I don't understand what is does. Can someone explain to me what it does? Thanks.

111100 is assume to be the opcode of jal.


jal next
.
.
.
next: li $at, 0XF0000000
sw $at, 0($ra)
jr $ra