Update unarm to 2.0 (#274)

* Migrate to unarm 2.0

* Update unarm to proper 2.0 release

* Deduplicate formatters for opaque instruction parts in ARM

* Add option to enable VFPv2 for ARM

* Update unarm to 2.0.1

* Fix read order for big-endian Thumb code

* Skip leading space in ARM instruction params

* Update ARM tests

* arm.rs: Use `alloc::borrow::Cow`
This commit is contained in:
Aetias
2025-10-13 05:13:29 +02:00
committed by GitHub
parent 2ad0898efa
commit 19ec08be9a
12 changed files with 696 additions and 768 deletions

View File

@@ -161,7 +161,7 @@ rabbitizer = { version = "2.0.0-alpha.4", default-features = false, features = [
iced-x86 = { version = "1.21", default-features = false, features = ["decoder", "intel", "gas", "masm", "nasm", "exhaustive_enums", "no_std"], optional = true }
# arm
unarm = { version = "1.9", optional = true }
unarm = { version = "2.0", optional = true }
arm-attr = { version = "0.2", optional = true }
# arm64