aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/std_bump_alloc/run_bump_alloc.atk16
blob: b9a8411a657979a61fffb23a86132d9795175b99 (plain)
1
2
3
4
5
6
7
8
9
10
@include %bootstrap
@include %std_bump_alloc

@label main
  calli bump_reset

  ldi 5 RA          ; allocate 5 words
  calli bump_alloc

  hlt