Skip to content

Commit

Permalink
Merge pull request #32 from ved-rivos/format
Browse files Browse the repository at this point in the history
fix expo format
  • Loading branch information
ved-rivos authored Mar 7, 2024
2 parents 12ccde2 + aa0367d commit 9d480f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zabha.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ further provides the `AMOCAS.[B|H]` instructions.
....

Byte and halfword AMOs always sign-extend the value placed in `rd`, and
ignore the `XLEN-1:(2^(width + 3))` bits of the original value in `rs2`.
The `AMOCAS.[B|H]` instructions similarly ignore the `XLEN-1:(2^(width + 3))`
ignore the stem:[XLEN-1:2^{(width + 3)}] bits of the original value in `rs2`.
The `AMOCAS.[B|H]` instructions similarly ignore the stem:[XLEN-1:2^{(width + 3)}]
bits of the original value in `rd`.

Similar to the AMOs specified in the A extension, the Zabha extension mandates
Expand Down

0 comments on commit 9d480f6

Please sign in to comment.