You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cs_v6_release_guide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,7 @@ Nonetheless, we hope this additional information is useful to you.
233
233
* `CS_MODE_RISCV_ZBKC = 1 << 18`
234
234
* `CS_MODE_RISCV_ZBKX = 1 << 19`
235
235
* `CS_MODE_RISCV_ZBS = 1 << 20`
236
+
* `CS_MODE_RISCV_VENTANA = 1 << 21`
236
237
- Added two syntax options for alias control:
237
238
*`CS_OPT_SYNTAX_NO_ALIAS_TEXT`: RISC-V assigns readable aliases to special cases of more flexible instructions, for example: `ret` is a `jalr`, a more general instruction that takes an arbitrary register as jump destination and a link register. `ret` is the special case where those 2 arguments are restricted to `ra` and `x0` respectively.
0 commit comments