Skip to content

Commit

Permalink
Specify STATICCALL
Browse files Browse the repository at this point in the history
  • Loading branch information
pirapira committed Mar 23, 2017
1 parent b1530f9 commit ccabed6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,14 @@ \subsection{Instruction Set}
&&&& This means that the recipient is in fact the same account as at present, simply\\
&&&& that the code is overwritten {\it and} the context is almost entirely identical.\\
\midrule
0xfa & {\small STATICCALL} & 6 & 1 & Static message-call into an account. \\
&&&& Exactly equivalent to {\small CALL} except: \\
&&&& The argument $\boldsymbol{\mu}_\mathbf{s}[2]$ is replaced with $0$. \\
&&&& The deeper argument $\boldsymbol{\mu}_\mathbf{s}[3]$, $\boldsymbol{\mu}_\mathbf{s}[4]$, $\boldsymbol{\mu}_\mathbf{s}[5]$ and
$\boldsymbol{\mu}_\mathbf{s}[6]$ are respectively replaced with \\
&&&& $\boldsymbol{\mu}_\mathbf{s}[2]$, $\boldsymbol{\mu}_\mathbf{s}[3]$, $\boldsymbol{\mu}_\mathbf{s}[4]$ and $\boldsymbol{\mu}_\mathbf{s}[5]$. \\
&&&& The last argument of $\Theta$ is $\bot$. \\
\midrule
0xfe & {\small INVALID} & $\varnothing$ & $\varnothing$ & Designated invalid instruction. \\
\midrule
0xff & {\small SELFDESTRUCT} & 1 & 0 & Halt execution and register account for later deletion. \\
Expand Down

0 comments on commit ccabed6

Please sign in to comment.