Skip to content

Commit 3b9c03c

Browse files
committed
Specify STATICCALL
1 parent bb58d53 commit 3b9c03c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Paper.tex

+8
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,14 @@ \subsection{Instruction Set}
20372037
&&&& This means that the recipient is in fact the same account as at present, simply\\
20382038
&&&& that the code is overwritten {\it and} the context is almost entirely identical.\\
20392039
\midrule
2040+
0xfa & {\small STATICCALL} & 6 & 1 & Static message-call into an account. \\
2041+
&&&& Exactly equivalent to {\small CALL} except: \\
2042+
&&&& The argument $\boldsymbol{\mu}_\mathbf{s}[2]$ is replaced with $0$. \\
2043+
&&&& The deeper argument $\boldsymbol{\mu}_\mathbf{s}[3]$, $\boldsymbol{\mu}_\mathbf{s}[4]$, $\boldsymbol{\mu}_\mathbf{s}[5]$ and
2044+
$\boldsymbol{\mu}_\mathbf{s}[6]$ are respectively replaced with \\
2045+
&&&& $\boldsymbol{\mu}_\mathbf{s}[2]$, $\boldsymbol{\mu}_\mathbf{s}[3]$, $\boldsymbol{\mu}_\mathbf{s}[4]$ and $\boldsymbol{\mu}_\mathbf{s}[5]$. \\
2046+
&&&& The last argument of $\Theta$ is $\bot$. \\
2047+
\midrule
20402048
0xfe & {\small INVALID} & $\varnothing$ & $\varnothing$ & Designated invalid instruction. \\
20412049
\midrule
20422050
0xff & {\small SELFDESTRUCT} & 1 & 0 & Halt execution and register account for later deletion. \\

0 commit comments

Comments
 (0)