Complete 8086 instruction set
[SUB]
SUB
Operands: REG, memory memory, REG REG, REG memory, immediate REG, immediate Subtract. Algorithm: operand1 = operand1 - operand2 Example: MOV AL, 5 SUB AL, 1 ; AL = 4 RET Flags: C Z S O P A r r r r r r