addxcc

Assembly Syntax

addxcc regrs1, reg_or_imm, regrd

op3

011000

Operation

Adds the contents of register regrs1 to the contents of a register or to an immediate number reg_or_imm and the %psr's carry bit and places the result in register regrd

Comments

Add with carry; Sets the condition code bits;

Example

addxcc %r1,%r2,%r3

Instruction format

Instruction format

Home Page Index Page All Arithmetic Instructions