IO Interface PDF
IO Interface PDF
Interface
Dr. Mohammed Morsy
Basic I/O Interface
• This chapter will discuss:
o I/O instructions.
o Handshaking.
o I/O Decoding.
o 82C55 programmable parallel interface.
o 8254 programmable interval timer.
Basic I/O Instructions
• IN and OUT transfer data between an I/O device
and the microprocessor's accumulator (AL, AX or
EAX).
• The I/O address is stored in:
o Register DX as a 16-bit I/O address (variable addressing).
o The byte, p8, immediately following the opcode (fixed address).