diff options
Diffstat (limited to 'tests/stack_machine_old_load_store/instructions.s.tcl')
-rwxr-xr-x | tests/stack_machine_old_load_store/instructions.s.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stack_machine_old_load_store/instructions.s.tcl b/tests/stack_machine_old_load_store/instructions.s.tcl index 13cabcb..40a657e 100755 --- a/tests/stack_machine_old_load_store/instructions.s.tcl +++ b/tests/stack_machine_old_load_store/instructions.s.tcl @@ -1,6 +1,6 @@ #!/usr/bin/env tclsh -source tclasm.tcl +source tclasm_old.tcl ### another simple test - set stack to h7FFFC, store 4 numbers on stack (only 2 ### will really get written to memory, other 2 will remain in r0 and r1), |