inc

Assembly Syntax

inc immediate, regrd

Assembly Syntax

inc regrd

Implementation

add regrd, immediate, regrd

Implementation

add regrd, 1, regrd

Operation

Increment the contents of regrd by 1 or the value of immediate

Comments

none

Example

inc %r4

Example

inc 2, %r4

Home Page Index Page All Synthetic Instructions