radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

wa tbz w0, 0, ... is broken

Open alex-bender opened this issue 1 year ago • 3 comments

ref: https://github.com/radareorg/radare2/blob/master/libr/arch/p/arm/armass64.c#L820

wa tbz w0, 0, 0x74862c
pdi 1
6031a436  tbz w0, 0x14, 0xffffffffffff862c

0 != 0x14

alex-bender avatar Feb 03 '23 15:02 alex-bender

Ive improved the bit editor to make that more easy to implement. in case anyone wanna handle it

trufae avatar Feb 14 '23 16:02 trufae

Can you chck if its fixed now?

trufae avatar Dec 13 '23 05:12 trufae

Cannot assebmle it

[0x6031a436]> wa tbz w0, 0, 0x74862c
ERROR: invalid destination for tbz
ERROR: invalid destination for tbz
ERROR: invalid destination for tbz
ERROR: Cannot assemble 'tbz w0, 0, 0x74862c' at line 1

alex-bender avatar Dec 13 '23 07:12 alex-bender