Instruction Syntax?
<operation>{cond}{flags} Rd,Rn,Operand2</operation>
< operation >
A three-letter mnemonic, e.g. MOV or ADD.
{cond}
An optional two-letter condition code, e.g. EQ or CS.
{flags}
An optional additional flags. e.g. S.
Rd
The destination register.
Rn
The first source register.
Operand2
A flexible second operand.
In the syntax line, curly brackets:
indicate optional parts.
Leftmost register:
Rd is the destination.
Instructions are generally ____-_____ (except write to PC and register-controlled shift).
Instructions are generally single-cycle (except write to PC and register-controlled shift).