diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-03 20:29:45 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-03 20:29:45 +0200 |
commit | 99025b9d34ccad778f11258e186b0bd8dc9c71a4 (patch) | |
tree | 4d0720d4c8833610a974913186e9c2fbe5254678 /tests/stack_machine_old_add/instructions.s.tcl | |
parent | 9d76f0b02695c341a0d734b21b4eb8726bbc06fa (diff) | |
download | AGH-engineering-thesis-99025b9d34ccad778f11258e186b0bd8dc9c71a4.tar.gz AGH-engineering-thesis-99025b9d34ccad778f11258e186b0bd8dc9c71a4.zip |
rename tclasm.tcl to tclasm_old.tcl (prepare for redesign of the stack machine)
Diffstat (limited to 'tests/stack_machine_old_add/instructions.s.tcl')
-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 |