aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16')
-rw-r--r--test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk1614
1 files changed, 14 insertions, 0 deletions
diff --git a/test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16 b/test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16
new file mode 100644
index 0000000..8dcc6fa
--- /dev/null
+++ b/test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16
@@ -0,0 +1,14 @@
+@include %bootstrap
+@include %std_bump_alloc
+
+@label n
+ 0x8000
+
+@label main
+ calli bump_reset
+
+ ldi n RA ; allocate too many words
+ ldr RA RA
+ calli bump_alloc
+
+ hlt