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

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

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