diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-14 17:20:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-14 17:20:34 +0300 |
| commit | 367813568d723e598a38a7327fc2bb4abcfc598c (patch) | |
| tree | f4c72a5e3f3992d8b43ed0a5e695c8e9aa790ecf /test/e2e/call_stack/run_mul.atk16 | |
| parent | 2f69a9ac8c2de9d37248baa5c774c2813f070ba0 (diff) | |
Add data_segment feature, refactor
Diffstat (limited to 'test/e2e/call_stack/run_mul.atk16')
| -rw-r--r-- | test/e2e/call_stack/run_mul.atk16 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/e2e/call_stack/run_mul.atk16 b/test/e2e/call_stack/run_mul.atk16 index 377e61c..f47e19b 100644 --- a/test/e2e/call_stack/run_mul.atk16 +++ b/test/e2e/call_stack/run_mul.atk16 @@ -1,11 +1,9 @@ @include %bootstrap -@include lib +@include %std_math ; values replaced by test driver code -@label INPUT_A - %INPUT_A% -@label INPUT_B - %INPUT_B% +@data INPUT_A %INPUT_A% +@data INPUT_B %INPUT_B% @label main ldi INPUT_A RA |
