From 99025b9d34ccad778f11258e186b0bd8dc9c71a4 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 3 Sep 2020 20:29:45 +0200 Subject: rename tclasm.tcl to tclasm_old.tcl (prepare for redesign of the stack machine) --- tests/stack_machine_old_add/instructions.s.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stack_machine_old_add/instructions.s.tcl') 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 -- cgit v1.2.3