Command: SUB-Integer Subtraction
Arguments: DEST: register or memory location; SRC: immediate, register or memory location
Usage: SUB DEST,SRC
Effects: DEST:=DEST-SRC
Flags to be set: The OF, SF, ZF, AF, CF, and PF flags are set according to the result.
Misc: Two memory operands cannot be used in one instruction.