Skip to content

Commit

Permalink
Update factorial example.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleury committed Jan 12, 2024
1 parent 3264f5a commit 9d2dda7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/factorial.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.factorial
MULA X
DECX
CMPX 0
JXNZ factorial ; jump to .factorial if register X is not zero
RTRN ; exit subroutine

Expand Down

0 comments on commit 9d2dda7

Please sign in to comment.