Implementing the fibonacci function using RISC - V, so that f(0) = 0 , f(1) = 1, ..., up to f(47). My output matches everything up to 46. But when i try to calculate f(47) i