DEC

By Vesper Vei
1 minute read

Table of Contents

  1. DEC (dec)
    1. Basic function
    2. Instruction execution process
    3. Instruction format
    4. Behavioral characteristics
    5. Common uses

DEC (dec)

Basic function

Performs -1 on the operand:
dest = dest - 1

Instruction execution process

Instruction format

dec r/m8
dec r/m16
dec r/m32
dec r/m64

Behavioral characteristics

Common uses



Relationship Graph

Loading graph...