OUT (N),A

Output accumulator to peripheral port N.
Function: (N) <- A
 
Format:
1101 0011
 
byte 1: D3
 
NNNN NNNN
 
byte 2: port address
 
Description: The contents of the accumulator are output to the peripheral device addressed by the contents of the memory location immediately following the opcode.
 
Data Flow:
 
Timing: 3 M cycles; 11 T states: 5.5 usec @ 2 MHz
 
Addressing Mode: external
 
Flags:
 
(no effect)
 
Example:
OUT  (0A),A

OBJECT CODE
Before:
 
After: