MIPS How to store a value of $ra when using beq

后端 未结 0 1732
心在旅途
心在旅途 2021-02-13 06:04

I\'m trying to convert this C++ code to MIPS.

    int main() {
        int a = f(5,10);
        int b = f(10,1000);
        int c = f(100,10000);
        return 0         


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