aboutsummaryrefslogtreecommitdiff
path: root/tests/stack_machine_multiinstructions_load_store/instructions.s.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stack_machine_multiinstructions_load_store/instructions.s.tcl')
-rw-r--r--tests/stack_machine_multiinstructions_load_store/instructions.s.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stack_machine_multiinstructions_load_store/instructions.s.tcl b/tests/stack_machine_multiinstructions_load_store/instructions.s.tcl
index d45e8df..10b874b 100644
--- a/tests/stack_machine_multiinstructions_load_store/instructions.s.tcl
+++ b/tests/stack_machine_multiinstructions_load_store/instructions.s.tcl
@@ -38,11 +38,11 @@ store h00F0F0
## prepare operand for later store operation
const h00F0C0
-## use operand addressing to load back value from h000018
+## use operand addressing to load back value from h00003E
const -2
load+ h000040
-## use operand addressing to store value to h1FFFE2 = h1FFFC0 + h000022
+## use operand addressing to store value to h1FFFCD = h1F0F0D + h00F0C0
store+ h1F0F0D
## finish test