[LLVMbugs] [Bug 7709] New: Disassembler does not support x86 instruction prefixes
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jul 25 12:42:19 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7709
Summary: Disassembler does not support x86 instruction prefixes
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nemerle5 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Following instructions from http://blog.llvm.org/2010/01/x86-disassembler.html:
echo '0xF3 0xAD' | llvm-mc -disassemble -triple=x86_64-apple-darwin9
outputs:
lodsl
instead of the correct sequence
rep lodsl
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list