From a4ade78dcbb56a84d6577b167443fbca3bf82770 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 22 Feb 2018 01:20:51 -0800 Subject: Introduce IALIGN; propose misa.C semantics --- src/c.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/c.tex') diff --git a/src/c.tex b/src/c.tex index 066c5ef..d13e27c 100644 --- a/src/c.tex +++ b/src/c.tex @@ -28,9 +28,9 @@ versions of common 32-bit RISC-V instructions when: The C extension is compatible with all other standard instruction extensions. The C extension allows 16-bit instructions to be freely intermixed with 32-bit instructions, with the latter now able to start -on any 16-bit boundary. With the addition of the C extension, JAL and -JALR instructions will no longer raise an instruction misaligned -exception. +on any 16-bit boundary, i.e., IALIGN=16. With the addition of the C +extension, no instructions can raise instruction-address-misaligned +exceptions. \pagebreak -- cgit v1.1