Command:
INC-Increment by 1
Arguments:
DEST: register or memory location
Usage:
INC DEST
Effects:
DEST = DEST + 1
Flags to be set:
The OF, SF, ZF, AF, and PF flags are set according to the result.