From f2e15b5d66988a7165e9167b50ef10d2fd03b402 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Mon, 28 Oct 2024 21:44:07 +0000 Subject: [PATCH] Use 'B' in the RVM23 profile definition (#191) B was introduced as a shorthand for Zba+Zbb+Zbs. Follow the RVA22/RVA23 profiles by using it in the RVM23 definition. --- src/rvm23-profile.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rvm23-profile.adoc b/src/rvm23-profile.adoc index 3ae9cde..bcdce59 100644 --- a/src/rvm23-profile.adoc +++ b/src/rvm23-profile.adoc @@ -107,9 +107,7 @@ controversial, but RVM is not intended for the smallest possible microcontrollers, and including divide instructions reduces optionality. -- *Zba* Address computation. -- *Zbb* Basic bit manipulation. -- *Zbs* Single-bit instructions. +- *B* Bit-manipulation instructions. - *Zicond* Conditional Zeroing instructions.