Displaying 1 result from an estimated 1 matches for "a90223a5".
Did you mean:
a90223ad
2013 Aug 26
1
[LLVMdev] LLVM Disassembler question
Hi,
By way of example, I have the following instruction:
44 8b 80 c8 03 00 00 movl 968(%rax), %r8d
1) How is this represented in MCInst?
2) Is there information in MCInst that would tell me which bytes of the
instruction are responsible for the 968?
The reason I am asking is that I want to work with the bytes
disassembled/decoded to an instruction at MCInst level.