diff --git a/book/rv32/chapter.tex b/book/rv32/chapter.tex index 796b969..8607a18 100644 --- a/book/rv32/chapter.tex +++ b/book/rv32/chapter.tex @@ -746,7 +746,7 @@ 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@lh x12,-4(x13)@ will set \verb@x12@ to the value \verb@4307a503@. +\verb@lw x12,-4(x13)@ will set \verb@x12@ to the value \verb@4307a503@. \item\instructionHeader{ori\ \ \ rd,rs1,imm}