Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 20, 2024
1 parent e64ba6c commit ac1d545
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 ac1d545

Please sign in to comment.