exits successfully lol

This commit is contained in:
2026-06-12 13:28:10 -06:00
parent 30e73fcba1
commit c051b402dd
11 changed files with 38 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
function w $factorial (w %n, w %acc) {
@start
jnz %n, @z, @nz
jnz %n, @nz, @z
@z
ret %acc
@nz