diff options
Diffstat (limited to 'cpp/.traces/subtract')
-rw-r--r-- | cpp/.traces/subtract | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/.traces/subtract b/cpp/.traces/subtract index f7bc4113..e6cddc03 100644 --- a/cpp/.traces/subtract +++ b/cpp/.traces/subtract @@ -14,14 +14,14 @@ after-brace/0: copy ... after-brace/0: subtract ... run/0: instruction main/0 run/0: ingredient 0 is 23 -mem/0: storing in location 1 +mem/0: storing 23 in location 1 run/0: instruction main/1 run/0: ingredient 0 is 34 -mem/0: storing in location 2 +mem/0: storing 34 in location 2 run/0: instruction main/2 run/0: ingredient 0 is 1 mem/0: location 1 is 23 run/0: ingredient 1 is 2 mem/0: location 2 is 34 run/0: product 0 is -11 -mem/0: storing in location 3 +mem/0: storing -11 in location 3 |