From 713bdac08ab13ce1a46cbdd291e8b530176bbdcd Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 27 Jan 2017 10:46:24 +0000 Subject: [PATCH] Include invalid instruction from EIP141 --- Paper.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Paper.tex b/Paper.tex index 8998286b..c68f9e0b 100644 --- a/Paper.tex +++ b/Paper.tex @@ -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$ \\