File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- ARC arch support
1818- Arch-specific features flags to enable/disable arch support
1919- Expose X86 instruction encoding info via ` X86InsnDetail::encoding() `
20- - Make RegAccessType available for ARM64
20+ - Make AccessType available for ARM64 & Sparc
21+ - New operands types are added to ` ArmOperandType `
2122- Rename RegAccessType to AccessType while keeping type alias
2223- Expose ` CS_OPT_UNSIGNED ` via ` Capstone::set_unsigned `
2324- Expose ` CS_OPT_MNEMONIC ` via ` Capstone::set_mnemonic `
@@ -28,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829### Changed
2930- ` InsnDetail::regs_read() ` /` InsnDetail::regs_write() ` return more of the accessed registers
3031- Bump bundled capstone to 6.0.0-Alpha4
32+ - Rename ARM64 to AARCH64, SYSZ to SYSTEMZ to follow upstream changes
33+ - AArch64 support is rewritten to follow upstream changes
34+ - Endian must be specified for Sparc/SystemZ, since little endian support is added
3135
3236### Fixed
3337- ` impl Display for Insn<'_> ` now avoids to print trailing space
You can’t perform that action at this time.
0 commit comments