addcc

Assembly Syntax

addcc regrs1, reg_or_imm, regrd

op3

010000

Operation

Add the contents of regrs1 and reg_or_imm and place result in regrd

Comments

Sets the condition codes

Example

addcc %r1,%r2,%r3

Instruction format

Instruction format

Home Page Index Page All Arithmetic Instructions