diff --git a/book/rv32/chapter.tex b/book/rv32/chapter.tex index 21a7a72..796b969 100644 --- a/book/rv32/chapter.tex +++ b/book/rv32/chapter.tex @@ -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}