◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Select an instruction for more information. Instruction Description ADD Add ADC Add with carry (add values in multiple registers) INC Increment (add 1) SUB Subtract SBB Subtract with borrow (subtract values in multiple registers) DEC Decrement (subtract 1) NEG Negate (two's complement) IMUL Signed multiply MUL Unsigned multiply IDIV Signed division DIV Unsigned division XADD Add and move destination to source register (486+) See also: Floating Point Instructions, Logical and Shift Instructions, Binary Coded Decimal Instructions -♦-