File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Each variant of :ref:`memory instruction <syntax-instr-memory>` is encoded with
161
161
\hex {3 E}~~m{:}\Bmemarg &\Rightarrow & \I64 .\STORE\K {32 }~m \\ &&|&
162
162
\hex {3 F}~~\hex {00 } &\Rightarrow & \MEMORYSIZE \\ &&|&
163
163
\hex {40 }~~\hex {00 } &\Rightarrow & \MEMORYGROW \\ &&|&
164
- \hex {FC}~\hex {08 }~~x{:}\Bdataidx &\Rightarrow & \MEMORYINIT ~x \\ &&|&
164
+ \hex {FC}~\hex {08 }~~\hex { 00 }~ x{:}\Bdataidx &\Rightarrow & \MEMORYINIT ~x \\ &&|&
165
165
\hex {FC}~\hex {09 }~~x{:}\Bdataidx &\Rightarrow & \MEMORYDROP ~x \\ &&|&
166
166
\hex {FC}~\hex {0 A}~~\hex {00 } &\Rightarrow & \MEMORYCOPY \\ &&|&
167
167
\hex {FC}~\hex {0 B}~~\hex {00 } &\Rightarrow & \MEMORYFILL \\
@@ -183,7 +183,7 @@ Each variant of :ref:`table instruction <syntax-instr-table>` is encoded with a
183
183
.. math ::
184
184
\begin {array}{llclll}
185
185
\production {instruction} & \Binstr &::=& \dots \\ &&|&
186
- \hex {FC}~\hex {0 C}~~x{:}\Belemidx &\Rightarrow & \TABLEINIT ~x \\ &&|&
186
+ \hex {FC}~\hex {0 C}~~\hex { 00 }~ x{:}\Belemidx &\Rightarrow & \TABLEINIT ~x \\ &&|&
187
187
\hex {FC}~\hex {0 D}~~x{:}\Belemidx &\Rightarrow & \TABLEDROP ~x \\ &&|&
188
188
\hex {FC}~\hex {0 E}~~\hex {00 } &\Rightarrow & \TABLECOPY \\
189
189
\end {array}
You can’t perform that action at this time.
0 commit comments