Skip to content

Commit

Permalink
Make misaligned exception text more generic than RV32
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Apr 17, 2020
1 parent 470a973 commit a2ae53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rv32.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1088,9 +1088,9 @@ \section{Load and Store Instructions}

Regardless of EEI, loads and stores whose effective addresses are
naturally aligned shall not raise an address-misaligned exception.
Loads and stores where the effective address is not naturally aligned
to the referenced datatype (i.e., on a four-byte boundary for 32-bit
accesses, and a two-byte boundary for 16-bit accesses) have behavior
Loads and stores whose effective address is not naturally aligned
to the referenced datatype (i.e., the effective address is
not divisible by the size of the access in bytes) have behavior
dependent on the EEI.

An EEI may guarantee that misaligned loads and stores are fully
Expand Down

0 comments on commit a2ae53f

Please sign in to comment.