dec decrement - the decrement instruction


DEC:  Decrement :- The decrement instruction subtracts 1 from the contents of the particular memory location or register. All the conditions code flags except carry flag are affected depending on the result. Immediate data can't be operand of the instruction. The instance of this instruction are as follows:

Example :

1.  DEC        AX            Register

2.  DEC        [500OH]    Direct

Request for Solution File

Ask an Expert for Answer!!
Assembly Language: dec decrement - the decrement instruction
Reference No:- TGS0173519

Expected delivery within 24 Hours