v1.7.0
- Supports new AMD instructions:
INVLPGB
,TLBSYNC
NegateConditionCode()
/ConditionCode()
now also supportLOOPE
/LOOPNE
- Added formatter options to override
Jcc
/SETcc
/CMOVcc
/LOOPcc
mnemonics (eg.JE
orJZ
) - Added
ShowUselessPrefixes
formatter option - Decoder now implements
IEnumerable<Instruction>
- Added a
Decoder.Create(bitness, byte[], options)
overload