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