Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack |
OUT A,Rr |
I/O(A) = Rr |
0 <= r <= 31, 0 <= A <= 63 |
PC = PC + 1 |
10111AArrrrrAAAA |
Stores data from register Rr in the Register File to I/O space.
I |
– |
||
T |
– |
||
H |
– |
||
S |
– |
||
V |
– |
||
N |
– |
||
Z |
– |
||
C |
– |
clr r16 ; Clear r16 ser r17 ; Set r17 out 0x18,r16 ; Write zeros to Port B nop ; Wait (do nothing) out 0x18,r17 ; Write ones to Port B
1 (2 bytes)
Name |
Cycles |
AVRe |
1 |
AVRxm |
1 |
AVRxt |
1 |
AVRrc |
1 |