diff options
Diffstat (limited to 'tests/stack_machine_old_add')
-rwxr-xr-x | tests/stack_machine_old_add/instructions.s.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stack_machine_old_add/instructions.s.tcl b/tests/stack_machine_old_add/instructions.s.tcl index c3cfe4d..6894ecc 100755 --- a/tests/stack_machine_old_add/instructions.s.tcl +++ b/tests/stack_machine_old_add/instructions.s.tcl @@ -1,6 +1,6 @@ #!/usr/bin/env tclsh -source tclasm.tcl +source tclasm_old.tcl ### store 2 values to memory, load them back, add them and store the result |