aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16
blob: 08ced49daf749877c672be0473f733a7ecabb75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@include %bootstrap
@include %std_bump_alloc

@data n 0x8000

@label main
  calli bump_reset

  ldi n RA          ; allocate too many words
  ldr RA RA
  calli bump_alloc

  hlt