From fa0c14d767c2da88c673a8f80ce432b6322bdde2 Mon Sep 17 00:00:00 2001 From: John Winans Date: Sat, 20 Mar 2021 07:37:45 -0500 Subject: [PATCH] Change lb to lbu in lbu instruction example --- 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 b0edd13..2f477d2 100644 --- a/book/rv32/chapter.tex +++ b/book/rv32/chapter.tex @@ -738,7 +738,7 @@ the memory address given by the sum of \verb@rs1@ and \verb@imm_i@. For example, given the memory contents shown in \autoref{Figure:imm:memory:dump}, if register \verb@x13@ = \verb@0x00002650@ then the instruction -\verb@lb x12,1(x13)@ will set \verb@x12@ to the value \verb@0x00000080@. +\verb@lbu x12,1(x13)@ will set \verb@x12@ to the value \verb@0x00000080@. \item\instructionHeader{lh\ \ \ \ rd,imm(rs1)} \label{insn:lh}