Correct lh to lw in code lw example.

This commit is contained in:
John Winans 2020-10-19 14:59:39 -05:00
parent 3700cd676c
commit dd1026f71a

View File

@ -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}