Skip to content

Commit

Permalink
fixed offset field name in bfinserti.yx
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk0le committed Feb 1, 2023
1 parent cbf26b1 commit 38892b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xtightlycoupledio.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

= XtightlyCoupledIO
Jan Oleksiewicz <[email protected]>
:appversion: 2.8.0
:appversion: 2.8.1
:toc:
:toclevels: 4
:sectnums:
Expand All @@ -18,6 +18,7 @@ This document is released under a Creative Commons Attribution 4.0 International
[width="100%",options=header]
|====================================================================================
| Version | change
| v2.8.1 | fixed offset field name in bfinserti.yx
| v2.8.0 | added fence interop
| v2.7.4 | some of 8051 SFRs are preoccupied
| v2.7.3 | fixed bibliography links
Expand Down Expand Up @@ -2318,7 +2319,7 @@ Destructive bitfield insert into IO register (immediate)
Mnemonic::
```
tio.bfinserti{bsel}.yx iod, rs1, shamt, len
tio.bfinserti{bsel}.yx iod, rs1, offset, len
```
Encoding (RV32)::
Expand Down

0 comments on commit 38892b2

Please sign in to comment.