change example input

This commit is contained in:
SowinskiBraeden committed 2025-11-21 18:21:11 -08:00
1 parent 58bc57430c
commit 8e1c5791c4
1 file changed
+1 -1
+1 -1
View File
@@ -58,7 +58,7 @@ print_rax_digit:
ret ret
_start: _start:
mov rdi, 5 # Use 5 for our example input mov rdi, 3 # Use 5 for our example input
mov rax, 1 # Set starting result to 1 mov rax, 1 # Set starting result to 1
call factorial call factorial