diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-19 18:25:25 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-19 18:25:25 -0800 |
commit | 201b2e6c7ce94c986fe7888a60f0e1ba24a05ce9 (patch) | |
tree | 078579498b5dcbcbfbd07634a5164b68561f3016 /cpp/.traces/jump | |
parent | 7ec3e3b41eb404dbca4943d87ff14838e1177469 (diff) | |
download | mu-201b2e6c7ce94c986fe7888a60f0e1ba24a05ce9.tar.gz |
796 - jump instructions done
Diffstat (limited to 'cpp/.traces/jump')
-rw-r--r-- | cpp/.traces/jump | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/.traces/jump b/cpp/.traces/jump new file mode 100644 index 00000000..e1c0f664 --- /dev/null +++ b/cpp/.traces/jump @@ -0,0 +1,7 @@ +parse/0: instruction: 10 +parse/0: ingredient: {name: "1", type: 0} +parse/0: instruction: 1 +parse/0: ingredient: {name: "1", type: 0} +parse/0: product: {name: "1", type: 1} +run/0: instruction 0 +run/0: ingredient 0 is 1 |