Skip to content

Commit cb14a28

Browse files
committed
minor note change
1 parent 79236cc commit cb14a28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/cs_v6_release_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,10 @@ Nonetheless, we hope this additional information is useful to you.
233233
* `CS_MODE_RISCV_ZBKC = 1 << 18`
234234
* `CS_MODE_RISCV_ZBKX = 1 << 19`
235235
* `CS_MODE_RISCV_ZBS = 1 << 20`
236-
* NOTE1: All extensions above are disabled by default unless enabled by their option name or the corresponding command line flag in cstool. Any other extension is always enabled and can't be disabled.
236+
> * [!NOTE]
237+
>All extensions above are disabled by default unless enabled by their option name or the corresponding command line flag in cstool. Any other extension is always enabled and can't be disabled.
237238
238-
* NOTE2: RISC-V has a massive, sprawling list of extensions, but Capstone's internal implementaton choice of using a 32-bit mode field is not enough to cover all of them. For now, those extension flags above were added because their encoding space is conflicting with either each other or other extensions. More flags can be added later if bug reports come in requesting finer-grained extension control. However, the current implementation using bitfields imposes a strict upper limit and would likely be refactored for a more expansive mechanism in the future. See [this issue](https://github.com/capstone-engine/capstone/issues/2848) for more details.
239+
> * [!NOTE] RISC-V has a massive, sprawling list of extensions, but Capstone's internal >implementaton choice of using a 32-bit mode field is not enough to cover all of them. For now, those extension flags above were added because their encoding space is conflicting with either each other or other extensions. More flags can be added later if bug reports come in requesting finer-grained extension control. However, the current implementation using bitfields imposes a strict upper limit and would likely be refactored for a more expansive mechanism in the future. See [this issue](https://github.com/capstone-engine/capstone/issues/2848) for more details.
239240
240241
**Xtensa**
241242

0 commit comments

Comments
 (0)