Opcode INC


CPU: i8086+
Type of Instruction: User

Instruction: INC dest

Description:
dest = dest + 1;

Note: Adds one to "dest". "dest" can be register or memory address.

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

Copyright by InternetNightmare 2005-2006