Skip to content

Commit

Permalink
Correct a typo in example of the 'lui' instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwinans committed Oct 16, 2020
1 parent f059853 commit 3700cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/rv32/chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ \subsection{U Type}
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}
Expand Down

0 comments on commit 3700cd6

Please sign in to comment.