inc increment - this instruction increments the


INC: Increment: - This instruction increments the contents of the particular memory or register location by the value 1. All the condition code flags are affected except the carry flag CF. This instruction adds the value 1 to the contents of the operand. The immediate data can't be operand of this instruction. The instance of this instruction is as follows:

Example :

1. INC         AX           Register

2. INC         [BX]         Register indirect

3. INC         [5000H]    Direct

 

Request for Solution File

Ask an Expert for Answer!!
Assembly Language: inc increment - this instruction increments the
Reference No:- TGS0173517

Expected delivery within 24 Hours