Opcode NEG


CPU: i8086+
Type of Instruction: User

Instruction: NEG dest

Description:
dest = 0 - dest;

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

Note: Substracts the destination from 0 and saves the 2s complement
of "dest" back into "dest"

+++++++++++++++++++++++
Clocks (i486):
NEG reg 1
NEG mem 3

Copyright by InternetNightmare 2005-2006