| <<< INC and DEC Arithmetic Instructions | Index | ADD vs. INC >>> |
Format:
add destination, source
Semantics:
destination = (destination) + (source)
Examples:
add ebx,eax
add [value], 10h
| <<< INC and DEC Arithmetic Instructions | Index | ADD vs. INC >>> |