This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Table Instructions
157
157
\hex {FC}~\hex {0 F}~~x{:}\Btableidx &\Rightarrow & \TABLEGROW ~x \\ &&|&
158
158
\hex {FC}~\hex {10 }~~x{:}\Btableidx &\Rightarrow & \TABLESIZE ~x \\ &&|&
159
159
\hex {FC}~\hex {11 }~~x{:}\Btableidx &\Rightarrow & \TABLEFILL ~x \\
160
- \hex {FC}~\hex {0 C}~~x {:}\Btableidx ~~y {:}\Belemidx &\Rightarrow & \TABLEINIT ~x~y \\ &&|&
160
+ \hex {FC}~\hex {0 C}~~y {:}\Belemidx ~~x {:}\Btableidx &\Rightarrow & \TABLEINIT ~x~y \\ &&|&
161
161
\hex {FC}~\hex {0 D}~~x{:}\Belemidx &\Rightarrow & \ELEMDROP ~x \\ &&|&
162
162
\hex {FC}~\hex {0 E}~~x{:}\Btableidx ~~y{:}\Btableidx &\Rightarrow & \TABLECOPY ~x~y \\
163
163
\end {array}
@@ -214,7 +214,7 @@ Each variant of :ref:`memory instruction <syntax-instr-memory>` is encoded with
214
214
\hex {3 E}~~m{:}\Bmemarg &\Rightarrow & \I64 .\STORE\K {32 }~m \\ &&|&
215
215
\hex {3 F}~~\hex {00 } &\Rightarrow & \MEMORYSIZE \\ &&|&
216
216
\hex {40 }~~\hex {00 } &\Rightarrow & \MEMORYGROW \\ &&|&
217
- \hex {FC}~\hex {08 }~~\hex { 00 }~ x{:}\Bdataidx &\Rightarrow & \MEMORYINIT ~x \\ &&|&
217
+ \hex {FC}~\hex {08 }~~x{:}\Bdataidx ~~ \hex { 00 } &\Rightarrow & \MEMORYINIT ~x \\ &&|&
218
218
\hex {FC}~\hex {09 }~~x{:}\Bdataidx &\Rightarrow & \DATADROP ~x \\ &&|&
219
219
\hex {FC}~\hex {0 A}~~\hex {00 }~~\hex {00 } &\Rightarrow & \MEMORYCOPY \\ &&|&
220
220
\hex {FC}~\hex {0 B}~~\hex {00 } &\Rightarrow & \MEMORYFILL \\
You can’t perform that action at this time.
0 commit comments