mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-28 05:32:38 -04:00
Change lb to lbu in lbu instruction example
This commit is contained in:
parent
642a664e27
commit
fa0c14d767
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user