.::Data Manipulation Instructions::.

Arithmetic Instructions

  • ADD/ADC destination, source
  • XADD destination, source
  • SUB/SBB destination, source
  • INC/DEC operand
  • MUL operand
  • IMUL operand
  • IMUL destination, source
  • IMUL operand1, operand2, immediate
  • DIV/IDIV operand
  • NEG destination
    Logic Instructions

  • AND/OR/XOR destination, source
  • NOT destination
  • TEST destination, source
  • BT/BTS/BTR/BTC source, index
  • BSF/BSR destination, source
  • SETCC operand