capstone icon indicating copy to clipboard operation
capstone copied to clipboard

0f1f4000 nopl rax not printed correctly in att syntax

Open rofl0r opened this issue 4 years ago • 0 comments

e.g.

# rasm2 -a x86 -b 64 -d -s att "0f1f4000"
nopl (%rax)

objdump prints nopl 0x0(%rax)

rofl0r avatar Mar 08 '21 00:03 rofl0r