File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Table Instructions
170
170
\hex {26 }~~x{:}\Btableidx &\Rightarrow & \TABLESET ~x \\ &&|&
171
171
\hex {FC}~~12 {:}\Bu32 ~~y{:}\Belemidx ~~x{:}\Btableidx &\Rightarrow & \TABLEINIT ~x~y \\ &&|&
172
172
\hex {FC}~~13 {:}\Bu32 ~~x{:}\Belemidx &\Rightarrow & \ELEMDROP ~x \\ &&|&
173
- \hex {FC}~~14 {:}\Bu32 ~~x{:}\Btableidx ~~y{:}\Btableidx &\Rightarrow & \TABLECOPY ~x~y \\
173
+ \hex {FC}~~14 {:}\Bu32 ~~x{:}\Btableidx ~~y{:}\Btableidx &\Rightarrow & \TABLECOPY ~x~y \\ &&|&
174
174
\hex {FC}~~15 {:}\Bu32 ~~x{:}\Btableidx &\Rightarrow & \TABLEGROW ~x \\ &&|&
175
175
\hex {FC}~~16 {:}\Bu32 ~~x{:}\Btableidx &\Rightarrow & \TABLESIZE ~x \\ &&|&
176
176
\hex {FC}~~17 {:}\Bu32 ~~x{:}\Btableidx &\Rightarrow & \TABLEFILL ~x \\
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ Table Instructions
229
229
\text {table.set}~~x{:}\Ttableidx _I &\Rightarrow & \TABLESET ~x \\ &&|&
230
230
\text {table.size}~~x{:}\Ttableidx _I &\Rightarrow & \TABLESIZE ~x \\ &&|&
231
231
\text {table.grow}~~x{:}\Ttableidx _I &\Rightarrow & \TABLEGROW ~x \\ &&|&
232
- \text {table.fill}~~x{:}\Ttableidx _I &\Rightarrow & \TABLEFILL ~x \\
232
+ \text {table.fill}~~x{:}\Ttableidx _I &\Rightarrow & \TABLEFILL ~x \\ &&|&
233
233
\text {table.copy}~~x{:}\Ttableidx _I~~y{:}\Ttableidx _I &\Rightarrow & \TABLECOPY ~x~y \\ &&|&
234
234
\text {table.init}~~x{:}\Ttableidx _I~~y{:}\Telemidx _I &\Rightarrow & \TABLEINIT ~x~y \\ &&|&
235
235
\text {elem.drop}~~x{:}\Telemidx _I &\Rightarrow & \ELEMDROP ~x \\
You can’t perform that action at this time.
0 commit comments