From 9dcba8978e25bce53cc12f972b57c6c8c5af8474 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Thu, 5 Oct 2023 08:19:02 -0500 Subject: [PATCH] additional formating changes --- zabha.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zabha.adoc b/zabha.adoc index 542ba6b..76c39bb 100644 --- a/zabha.adoc +++ b/zabha.adoc @@ -19,10 +19,10 @@ memory operation instructions. ], config:{lanes: 1, hspace:1024}} .... -Just as for AMOs in the A extension, Zabha requires that the address held in -`rs1` be naturally aligned to the size of the operand. And the same exception -options apply if the address is not naturally aligned. - +Similar to the AMOs specified in the A extension, the Zabha extension mandates +that the address contained in the `rs1` register must be naturally aligned to +the size of the operand. The same exception options as specified in the A +extension are applicable in cases where the address is not naturally aligned. [NOTE] ====