diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-20 23:46:04 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-20 23:55:34 -0800 |
commit | f02842a919823199a1fa41c0a244c3ce3409299d (patch) | |
tree | 2677781aa4d6873230014fbd1ed952c8577f8fe2 /cpp/.traces/get_address | |
parent | 6eec184e408fdc70497edabd59415cf14e394bcf (diff) | |
download | mu-f02842a919823199a1fa41c0a244c3ce3409299d.tar.gz |
804 - reagent can have multiple types
Diffstat (limited to 'cpp/.traces/get_address')
-rw-r--r-- | cpp/.traces/get_address | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/cpp/.traces/get_address b/cpp/.traces/get_address index 359df5d0..2635ebe0 100644 --- a/cpp/.traces/get_address +++ b/cpp/.traces/get_address @@ -3,17 +3,11 @@ parse/0: ingredient: {name: "34", type: 0} parse/0: product: {name: "12", type: 1} parse/0: instruction: 1 parse/0: ingredient: {name: "0", type: 0} -parse/0: product: {name: "13", type: 2} +parse/0: product: {name: "13", type: 3} parse/0: instruction: 19 -parse/0: ingredient: {name: "12", type: 3} +parse/0: ingredient: {name: "12", type: 4} parse/0: ingredient: {name: "1", type: 0} -parse/0: ingredient: {name: "#", type: 0} -parse/0: ingredient: {name: "todo", type: 0} -parse/0: ingredient: {name: "product", type: 0} -parse/0: ingredient: {name: "is", type: 0} -parse/0: ingredient: {name: "an", type: 0} -parse/0: ingredient: {name: "address", type: 0} -parse/0: product: {name: "15", type: 1} +parse/0: product: {name: "15", type: 2-1} run/0: instruction 0 run/0: ingredient 0 is 34 mem/0: storing in location 12 @@ -23,7 +17,7 @@ mem/0: storing in location 13 run/0: instruction 2 run/0: ingredient 0 is 12 run/0: base address 12 -run/0: base type is 3 +run/0: base type is 4 run/0: ingredient 1 is 1 run/0: address to copy is 13 run/0: product 0 is 13 |