aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/fibo/fibo.atk16
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/fibo/fibo.atk16')
-rw-r--r--test/e2e/fibo/fibo.atk168
1 files changed, 6 insertions, 2 deletions
diff --git a/test/e2e/fibo/fibo.atk16 b/test/e2e/fibo/fibo.atk16
index fe38fe5..2cf3d20 100644
--- a/test/e2e/fibo/fibo.atk16
+++ b/test/e2e/fibo/fibo.atk16
@@ -2,9 +2,13 @@
; will jump to label main
@include bootstrap
+@label iters
+ 51
+
@label main
- ldi 10 RA
- calli fibo ; call fibo subroutine with parameter 10
+ ldi iters RA
+ ldr RA RA
+ calli fibo ; call fibo subroutine with parameter 1000
hlt
@label fibo ; fibo(n) subroutine