diff options
Diffstat (limited to 'cpp/.traces/copy_multiple_locations')
-rw-r--r-- | cpp/.traces/copy_multiple_locations | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/.traces/copy_multiple_locations b/cpp/.traces/copy_multiple_locations new file mode 100644 index 00000000..d721dafb --- /dev/null +++ b/cpp/.traces/copy_multiple_locations @@ -0,0 +1,21 @@ +parse/0: instruction: 1 +parse/0: ingredient: {name: "34", type: 0} +parse/0: product: {name: "1", type: 1} +parse/0: instruction: 1 +parse/0: ingredient: {name: "0", type: 0} +parse/0: product: {name: "2", type: 2} +parse/0: instruction: 1 +parse/0: ingredient: {name: "1", type: 3} +parse/0: product: {name: "3", type: 3} +run/0: instruction 0 +run/0: ingredient 0 is 34 +mem/0: storing in location 1 +run/0: instruction 1 +run/0: ingredient 0 is 0 +mem/0: storing in location 2 +run/0: instruction 2 +run/0: ingredient 0 is 1 +mem/0: location 1 is 34 +mem/0: location 2 is 0 +mem/0: storing in location 3 +mem/0: storing in location 4 |