From 3700cd676c3073a49b1d77b554140f3bff2c502c Mon Sep 17 00:00:00 2001 From: John Winans Date: Fri, 16 Oct 2020 10:17:45 -0500 Subject: [PATCH] Correct a typo in example of the 'lui' instruction --- book/rv32/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}