MIPS return address in main
- by Alexander
I am confused why in the code below I need to decrement the stack pointer and store the return address again. If I don't do that... then PCSpim keeps on looping.. Why is that?
########################################################################################################################
### main…