aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/call_stack/run_mul.atk16
blob: 377e61cfd2099ff03b1e9fad9a8319c18e226fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@include %bootstrap
@include lib

; values replaced by test driver code
@label INPUT_A
  %INPUT_A%
@label INPUT_B
  %INPUT_B%

@label main
  ldi INPUT_A RA
  ldr RA RA
  ldi INPUT_B RB
  ldr RB RB
  calli mul
  hlt