mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 05:04:39 -04:00
Correct a typo in example of the 'lui' instruction
This commit is contained in:
parent
f059853d06
commit
3700cd676c
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user