File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2037,6 +2037,14 @@ \subsection{Instruction Set}
2037
2037
&&&& This means that the recipient is in fact the same account as at present, simply\\
2038
2038
&&&& that the code is overwritten {\it and} the context is almost entirely identical.\\
2039
2039
\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
2040
2048
0xfe & {\small INVALID} & $ \varnothing $ & $ \varnothing $ & Designated invalid instruction. \\
2041
2049
\midrule
2042
2050
0xff & {\small SELFDESTRUCT} & 1 & 0 & Halt execution and register account for later deletion. \\
You can’t perform that action at this time.
0 commit comments