X86-assembly/Instructions/inc
Jump to navigation
Jump to search
You are here: | inc
|
Description
The inc instruction is used to increment a register by 1.
Syntax
inc destination
Examples
- inc edx
- Increment EDX by 1
You are here: | inc
|
The inc instruction is used to increment a register by 1.
inc destination