Skip to content

Commit

Permalink
Merge pull request #227 from axic/eip141
Browse files Browse the repository at this point in the history
Include invalid instruction from EIP141
  • Loading branch information
chriseth committed Feb 13, 2017
2 parents 8bb760b + 713bdac commit 3bac9a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,8 @@ \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
0xfe & {\small INVALID} & 0 & 0 & Designated invalid instruction. \\
\midrule
0xff & {\small SELFDESTRUCT} & 1 & 0 & Halt execution and register account for later deletion. \\
&&&& $A'_\mathbf{s} \equiv A_\mathbf{s} \cup \{ I_a \}$ \\
&&&& $\boldsymbol{\sigma}'[\boldsymbol{\mu}_\mathbf{s}[0] \mod 2^{160}]_b \equiv \boldsymbol{\sigma}[\boldsymbol{\mu}_\mathbf{s}[0] \mod 2^{160}]_b + \boldsymbol{\sigma}[I_a]_b$ \\
Expand Down

0 comments on commit 3bac9a1

Please sign in to comment.