aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/call_stack/run_fact.atk16
blob: 9a282fff6d9fca9589c001f3ea01f3d19ce1847a (plain)
1
2
3
4
5
6
7
8
9
@include %bootstrap
@include %std_math

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

@label main
  ldi INPUT RA
  calli fact
  hlt