[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/20709] [libopcodes][x86]Failure to disassemble variant enc
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug binutils/20709] [libopcodes][x86]Failure to disassemble variant encoding of test instruction |
Date: |
Tue, 18 Oct 2016 15:45:39 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20709
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |hjl.tools at gmail dot com
Resolution|--- |INVALID
Target Milestone|--- |2.26
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
The MODRM byte, 0x0b, is mod == 0, reg == 1, rm == 3.
"test" is reg == 0. reg == 1 is undefined.
--
You are receiving this mail because:
You are on the CC list for the bug.