subcc

Assembly Syntax

subcc regrs1, reg_or_imm, regrd

op3

010100

Operation

Subtract reg_or_imm from contents of register regrs1 and place result in regrd

Comments

Sets the condition codes

Example

subcc %r1, %r2, %r3

Example

subcc %r1, 1, %r3

Instruction format

Instruction format

Home Page Index Page All Arithmetic Instructions