Skip to content

Commit 5b2badd

Browse files
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 # prefix
1 parent 667c426 commit 5b2badd

4 files changed

Lines changed: 306 additions & 277 deletions

File tree

0 commit comments

Comments
 (0)