Correct a typo in example of the 'lui' instruction

This commit is contained in:
John Winans 2020-10-16 10:17:45 -05:00
parent f059853d06
commit 3700cd676c

View File

@ -373,7 +373,7 @@ value suggests a rationale for the name of this format.
Set register \verb@rd@ to the \verb@imm_u@ value as shown in \autoref{Figure:u_type_decode}.
For example: \verb@lui x23,0x12345@ will result in setting register \verb@x23@ to
the value \verb@0x12335000@.
the value \verb@0x12345000@.
\item\instructionHeader{auipc rd,imm}
\label{insn:auipc}