Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SquareBracketAssociates/Booklet-P…
Browse files Browse the repository at this point in the history
…haroVirtualMachine
  • Loading branch information
guillep committed Aug 21, 2024
2 parents 9444443 + ac1d545 commit 99c746a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 Chapters/BasicsOnExecution/figures/interpreter_activation.pdf
Binary file not shown.
Binary file modified Chapters/BasicsOnExecution/figures/width_0.pdf
Binary file not shown.

0 comments on commit 99c746a

Please sign in to comment.