109. SEN – Set Negative Flag
109.1. Description
Sets the Negative Flag (N) in SREG (Status Register).
Operation:
(i) N ← 1
Syntax: Operands: Program Counter:
(i) SEN None PC ← PC + 1
16-bit Opcode:
1001 0100 0010 1000
109.2. Status Register (SREG) and Boolean Formula
I T H S V N Z C
– – – – – 1 – –
N 1
Negative Flag set.
Example:
add r2,r19 ; Add r19 to r2
sen ; Set Negative Flag
Words 1 (2 bytes)
Cycles 1
Atmel AVR Instruction Set Manual [OTHER]
Atmel-0856L-AVR-Instruction-Set-Manual_Other-11/2016
162