X86-assembly/Instructions/dec
Jump to navigation
Jump to search
You are here: | dec
|
Description
The inc instruction is used to decrement a register by 1.
Syntax
dec destination
Examples
- dec ecx
- Decrement ECX by 1
You are here: | dec
|
The inc instruction is used to decrement a register by 1.
dec destination