aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/call_stack/run_fact.atk16
blob: 06ad59ce2eb331da9d3f238834bc746a023f6bff (plain)
1
2
3
4
5
6
7
8
9
10
11
; bootstrap code (must be called to setup mandatory data)
; will jump to label main
@include ../bootstrap
@include lib

@let INPUT %INPUT% ; value replaced by test driver code

@label main
  ldi INPUT RA
  calli fact
  hlt