Commit 5b2badd
committed
Match capstone immediate formatting in aarch64 disassembler
- Small values (< 10) use decimal: #7, #0
- Larger values use hex: #0x20, #0x1000
- Signed negatives: #-8, #-0x10
- Branch conditions use b.cond format: b.ne, b.eq
- Branch targets as absolute hex: #0x400
- Memory offsets use same decimal/hex convention
- movk shift uses comma separator: , lsl Shopify#16
- All immediates have # prefix1 parent 667c426 commit 5b2badd
4 files changed
Lines changed: 306 additions & 277 deletions
0 commit comments