Writing Fibonacci in MIPS (callee saved)

preview_player
Показать описание
MIPS code writing example of a recursive function (with 2 recursive calls), using callee-saved registers
Рекомендации по теме
Комментарии
Автор

You are amazing and I will be going through your videos. I had to optimize code from a previous code which is always hard when you haven't written the initial code. You explanation on what is happening in the fib and how it is written in MIPS was a lifesaver this evening realizing what registers I could clear and trash. Keep up the good work!

theladybash
Автор

Hi, thanks for the great videos about MIPS Recursion. I wrote a recursion to get the score about to strings. Its about the "needleman wunsch" algorithm. But it don't really work. Can you maybe take a look whats wrong in my code ? Best regards Dev

devonherd
Автор

Should the title be changed to "callee saved"?

CooSchool