aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/std_bump_alloc/run_bump_alloc_overlap.atk16
blob: 8dcc6fa63c9e815eebbeb654b63f1de8fc42d1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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