We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6798f05 commit 7d905dfCopy full SHA for 7d905df
document/core/syntax/instructions.rst
@@ -45,7 +45,7 @@ These operations closely match respective operations available in hardware.
45
\production{signedness} & \sx &::=&
46
\K{u} ~|~ \K{s} \\
47
\production{instruction} & \instr &::=&
48
- \K{i}\X{nn}\K{.}\CONST~\xref{syntax/values}{syntax-int}{\iX{\X{nn}}} ~|~
+ \K{i}\X{nn}\K{.}\CONST~\xref{syntax/values}{syntax-int}{\uX{\X{nn}}} ~|~
49
\K{f}\X{nn}\K{.}\CONST~\xref{syntax/values}{syntax-float}{\fX{\X{nn}}} \\&&|&
50
\K{i}\X{nn}\K{.}\iunop ~|~
51
\K{f}\X{nn}\K{.}\funop \\&&|&
0 commit comments