From 41b8c923bea4209086416897e556624888df8ad1 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Fri, 8 Sep 2023 16:41:12 -0500 Subject: [PATCH] fix typo in AMOCAS levels --- zacas.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zacas.adoc b/zacas.adoc index 5627e38..bdd0c25 100644 --- a/zacas.adoc +++ b/zacas.adoc @@ -226,7 +226,7 @@ defines three additional levels of support: `AMOCASW`, `AMOCASD`, and `AMOCASQ`. level support, the `AMOCAS.W` instruction is supported. `AMOCASD` indicates that in addition to instructions indicated by `AMOCASW` level support, the `AMOCAS.D` instruction is supported. `AMOCASQ` indicates that in addition to instructions -indicated by `AMOCASW` level support, the `AMOCAS.Q` instruction is supported. +indicated by `AMOCASD` level support, the `AMOCAS.Q` instruction is supported. [NOTE] ====