aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/std_bump_alloc/run_bump_alloc.atk16
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/std_bump_alloc/run_bump_alloc.atk16')
-rw-r--r--test/e2e/std_bump_alloc/run_bump_alloc.atk1610
1 files changed, 10 insertions, 0 deletions
diff --git a/test/e2e/std_bump_alloc/run_bump_alloc.atk16 b/test/e2e/std_bump_alloc/run_bump_alloc.atk16
new file mode 100644
index 0000000..b9a8411
--- /dev/null
+++ b/test/e2e/std_bump_alloc/run_bump_alloc.atk16
@@ -0,0 +1,10 @@
+@include %bootstrap
+@include %std_bump_alloc
+
+@label main
+ calli bump_reset
+
+ ldi 5 RA ; allocate 5 words
+ calli bump_alloc
+
+ hlt