diff options
-rw-r--r-- | src/intro.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.adoc b/src/intro.adoc index 47e3b7c..67b4cf2 100644 --- a/src/intro.adoc +++ b/src/intro.adoc @@ -471,7 +471,7 @@ instructions have larger values of ILEN. <<instlengthcode>> illustrates the standard RISC-V instruction-length encoding convention. All the 32-bit -instructions in the base ISA have their lowest two bits set to "11". The +instructions in the base ISA have their lowest two bits set to `11`. The optional compressed 16-bit instruction-set extensions have their lowest two bits equal to `00`, `01`, or `10`. |