Increment Register or Memory value by 1.Algorithm :operand = operand + 1
Increment Register or Memory value by 1.
Algorithm :
operand = operand + 1
INC Reg INC Memory
MOV AL, 4 INC AL ; AL = 5 RET