RISC-V Recursive Factorial Function Debugging

后端 未结 0 1050
感动是毒
感动是毒 2021-02-13 11:00

Im trying to create a recursive factorial function in RISCV but having some problems.

Here\'s what we have so far:

.globl factorial

.data
n: .word 8

.tex         


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