aboutsummaryrefslogtreecommitdiff
path: root/examples/factorial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/factorial.asm')
-rw-r--r--examples/factorial.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/factorial.asm b/examples/factorial.asm
index 54fc956..c4257e4 100644
--- a/examples/factorial.asm
+++ b/examples/factorial.asm
@@ -6,7 +6,7 @@
;; 65 which means that past 20! results are truncated and therefore
;; the program produces inaccurate factorials.
- %const(limit) 20 %end
+ %const limit 20 %end
;; Setup entrypoint
global main