-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:SquareBracketAssociates/Booklet-P…
…haroVirtualMachine
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
Chapters/BasicsOnExecution/figures/interpreter_activation-ascii.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
instructionPointer -----> <01> pushRcvr 1 - push the value of the receiver's second instance variable (corner ) onto the stack | ||
<7E> send 'x' - send the unary message x | ||
<00> pushRcvr 0 - push the value of the receiver's first instance variable (origin ) onto the stack | ||
<7E> send 'x' - send the unary message x | ||
<61> send '-' - send the binary message - | ||
<5C> returnTop | ||
IP --> <01> pushRcvr 1 - push the receiver's 2nd instance variable (corner ) | ||
<7E> send 'x' - send the message x | ||
<00> pushRcvr 0 - push the receiver's 1st instance variable (origin ) | ||
<7E> send 'x' - send the message x | ||
<61> send '-' - send the message - | ||
<5C> returnTop |
Binary file modified
BIN
-468 Bytes
(96%)
Chapters/BasicsOnExecution/figures/interpreter_activation.pdf
Binary file not shown.
Binary file not shown.