Command: DEC - Decrement by 1
Arguments: DEST: general-purpose register or memory location
Usage: DEC DEST
Effects: DEST:=DEST-1; Substracts 1 from DEST and does not touch the state of carryflag
Flags to be set: The CF flag is not affected. The OF, SF, ZF, AF, and PF flags are set according to the result.