subxcc

Assembly Syntax

subx regrs1, reg_or_imm, regrd

op3

011100

Operation

Subtracts reg_or_imm the %psr's carry bit from the contents of register regrs2 and places the result in register regrd

Comments

Subtract with carry; Sets the condition code bits;

Example

subx %r1,%r2,%r3

Instruction format

Instruction format

Home Page Index Page All Arithmetic Instructions