Opcode CMP


CPU: I8086+
Type of instruction: User

Instruction: CMP dest, src

Description:

Notes: Substracts source from destination and updates the flags
but does not save result.

Flags Affected: AF, CF, OF, PF, SF, ZF

CPU mode: RM,PM,VM,SMM


+++++++++++++++++++++++
Clocks (I486):
CMP reg, reg 1
CMP mem, reg 2
CMP reg, mem 2
CMP reg, immed 1
CMP mem, immed 2


Copyright by InternetNightmare 2005-2006