1 / 13

Oleh : Drs. Edidas , MT

PROGRAMABLE PERIPHERAL INTERFACE (PPI). Oleh : Drs. Edidas , MT. Bentuk Phisik IC PPI 8255. Pin Out Chip PPI 8255. Kartu PPI 8255. Diagram Blok PPI 8255. Diagram Blok PPI 8255 (2). Control Word PPI 8255. Dasar Operasi PPI 8255. Pengalamatan PPI 8255. D ecoder alamat IC 74138.

edie
Télécharger la présentation

Oleh : Drs. Edidas , MT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PROGRAMABLE PERIPHERAL INTERFACE (PPI) Oleh : Drs. Edidas, MT

  2. BentukPhisik IC PPI 8255

  3. Pin Out Chip PPI 8255

  4. Kartu PPI 8255

  5. Diagram Blok PPI 8255

  6. Diagram Blok PPI 8255 (2)

  7. Control Word PPI 8255

  8. DasarOperasi PPI 8255

  9. Pengalamatan PPI 8255

  10. Decoder alamat IC 74138

  11. LangkahPemrograman PPI 8255 • PasangkanPPI 8255 Card pada Slot Komputer • Pasangkanbeban : Rangkaian LED Display • Ujicoba PPI dengan program cepatpadalayar debug debug sepertidibawahini.

  12. Pemrograman PPI Program Uji PPI Port A= Output -a100 136B:0100 Mov dx,303 ; Alamat Port Control 136B:0103 Mov al,80 ; Control Word 136B:0105 Out dx,al 136B:0106 Mov dx,300 ; Alamat Port A 136B:0109 Moval,ff ; data yang akandiproses 136B:010B Out dx,al 136B:010C Int 20 ; Berhenti (selesai)

  13. PEMPROGMAN Port C Sebagai Input • Contoh 2: • Mamasukkan data dari Port C keProsesor • Mov dx,303 • Mov al,89 • Out dx,al • Mov dx,302 • In al,dx • Int 20

More Related