You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aligned BDDISASM APX instructions syntax with some of the Intel recommendations (using the suffix notation for NF and ZU indications, using finite set notation for DFV operands).
The ZU indication is appended as a mnemonic suffix, as per recomandations. However, in case of SETcc instructions, BDDISASM will append the ZU indication AFTER the condition code (similar to CMPccXADD and with initial SETcc.ZU specification).
The DFV (default flags value) operand obeys the finite set notation, but it is placed as the last operand of the instruction.
Added Read access for the rIP operand for the SYSCALL instruction.
Added SCS, rCX, rDX operands for the SYSEXIT instruction.
Added Read access for the rIP operand for some CALL instructions.