diff options
Diffstat (limited to 'cpp/018address')
-rw-r--r-- | cpp/018address | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/018address b/cpp/018address index 19650e84..bdf10685 100644 --- a/cpp/018address +++ b/cpp/018address @@ -6,7 +6,7 @@ recipe main [ # This loads location 1 as an address and looks up *that* location. 3:integer <- copy 1:address:integer/deref ] -+run: instruction 2 ++run: instruction main/2 +mem: location 1 is 2 +mem: location 2 is 34 +mem: storing in location 3 @@ -35,7 +35,7 @@ recipe main [ 1:address:integer <- copy 2:literal 1:address:integer/deref <- copy 34:literal ] -+run: instruction 1 ++run: instruction main/1 +mem: location 1 is 2 +mem: storing in location 2 @@ -103,7 +103,7 @@ recipe main [ 3:integer <- copy 35:literal 4:integer <- get 1:address:point/deref, 0:offset ] -+run: instruction 3 ++run: instruction main/3 +run: address to copy is 2 +run: product 0 is 34 +mem: storing in location 4 @@ -146,7 +146,7 @@ recipe main [ 3:integer <- copy 35:literal 4:integer <- get-address 1:address:point/deref, 0:offset ] -+run: instruction 3 ++run: instruction main/3 +run: address to copy is 2 +run: product 0 is 2 |