Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperano committed Feb 21, 2025
1 parent 8a508b2 commit 61d978b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
#fib(n - 1)
CONST r1, 1
SUB r3, p0, r1 # r0 = n - 1
#COPY r3, r0
CALL0 r4, $fibonacci #, r0, 1

#fib(n - 2)
SUB r5, r3, r1 # r0 = n - 2
#COPY r5, r0
CALL0 r6, $fibonacci #, r0, 1

ADD r0, r4, r6
Expand Down

0 comments on commit 61d978b

Please sign in to comment.