can someone help me find what's wrong in my code (c code to risc-v assembly)

前端 未结 0 982
别那么骄傲
别那么骄傲 2020-12-20 00:16

I\'m trying to learn assembly so I tried to convert this c code to rick-v assembly code ,

int Fib_Iter(int x){

int Fib_f, Fib_s, temp, Result;
Fib_f = 0;
Fib         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题