Skip to content

Commit

Permalink
proposal: init cursor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingkai-Li committed Aug 11, 2023
1 parent 92295dd commit 5a38ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/cap-man-insn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ after its associated memory region has been fully initialised (written with new
*If no exception is raised:*

====
. Set `x[rs1].type` to `0` (linear), and `x[rs1].cursor` to `x[rs2]`.
. Set `x[rs1].type` to `0` (linear), and `x[rs1].cursor` to `x[rs1].base + x[rs2]`.
. `MOVC rd, rs1`.
====

Expand Down

0 comments on commit 5a38ddb

Please sign in to comment.