dec

Assembly Syntax

dec immediate, regrd

Assembly Syntax

dec regrd

Implementation

sub regrd, immediate, regrd

Implementation

sub regrd, 1, regrd

Operation

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

Comments

none

Example

dec %r4

Example

dec 2, %r4

Home Page Index Page All Synthetic Instructions