Input/Output

Input Output instructions

IN A, (n)

Read from port and store in A

IN r,(C)

Read from port in C and store in a specific register

OUT (C), r

Write r to a port

OUT (n), A

Write A to a port

Block read from port

Block write to port