Skip to content

v2.1.3

Compare
Choose a tag to compare
@vlutas vlutas released this 04 Mar 11:31
· 38 commits to master since this release
  • 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.