1 / 27

Organisasi dan Arsitektur Komputer

Organisasi dan Arsitektur Komputer. Pertemuan 6-7 : Set Instruksi. KARAKTERISTIK DAN FUNGSI SET INSTRUKSI.

aleta
Download Presentation

Organisasi dan Arsitektur Komputer

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. Organisasi dan Arsitektur Komputer Pertemuan 6-7 : Set Instruksi

  2. KARAKTERISTIK DAN FUNGSI SET INSTRUKSI • Operasidari CPU ditentukanolehinstruksi-instruksi yang dilaksanakanataudijalankannya. Instruksiiniseringdisebutsebagaiinstruksimesin (mechine instructions) atauinstruksikomputer(computer instructions). • Kumpulan dariinstruksi-instruksi yang berbeda yang dapatdijalankanoleh CPU disebut set Instruksi(Instruction Set)

  3. ELEMEN-ELEMEN DARI INSTRUKSI MESIN (SET INSTRUKSI) • Operation Code(opcode) • Source Operand Reference • Result Operand Reference • Next instruction Reference Sourcedanresult Operands dapatberupasalah Satudiantaratigajenisberikutini: • Main or Virtual Memory • CPU Register • I/O Device

  4. DESAIN SET INSTRUKSI Desainsetinstruksimerupakanmasalah yang sangatkomplek yang melibatkanbanyakaspek, diantaranyaadalah: 1. Kelengkapan set instruksi 2. Ortogonalitas (sifatindependensiinstruksi) 3. Kompatibilitas:

  5. Selainketigaaspektersebutjugamelibatkan hal-halsebagaiberikut: 1.Operation Repertoire 2.Data Types 3.Register 4.Addressing

  6. FORMAT INSTRUKSI Suatuinstruksiterdiridaribeberapa field yang sesuaidenganelemendalaminstruksitersebut. Layout darisuatuinstruksiseringdisebutsebagai Format Instruksi(Instruction Format).

  7. Instruction Types • Data processing • Data storage (main memory) • Data movement (I/O) • Program flow control Jenis-jenis Operand • Addresses • Numbers • Characters • Logical Data

  8. JUMLAH ALAMAT (NUMBER OF ADDRESSES) Salahsatucaratradisionaluntukmenggambarkan asitekturprosessoradalahdenganmelihatjumlah alamat yang terkandungdalamsetiapinstruksinya. Jumlahalamatmaksimum yang mungkin diperlukandalamsebuahinstruksi: • TigaAlamat • DuaAlamat • SatuAlamat • NolAlamat

  9. Number of Addresses (a) • 3 alamat • Operand 1, Operand 2, Result • a = b + c; • May be a forth - next instruction (usually implicit) • Not common • Membutuhkansangatbanyak word untukmenyelesaikan

  10. Number of Addresses (b) • 2 alamat • One address doubles as operand and result • a = a + b • Reduces length of instruction • Requires some extra work • Temporary storage to hold some results

  11. Number of Addresses (c) • 1 Alamat • Implicit second address • Usually a register (accumulator) • Common on early machines

  12. Number of Addresses (d) • 0 (zero) alamat • All addresses implicit • Uses a stack • e.g. push a • push b • add • pop c • c = a + b

  13. Macam-macaminstruksimenurutjumlahoperasi yang dispesifikasikan 1. O –Address Instruction 2. 1 –AddreessInstruction. 3. N –Address Instruction 4. M + N –Address Instruction

  14. Tabel Model Pengalamatan

  15. Tipe-TipeOperasi • Data Transfer • Arithmetic • Logical • Conversion • I/O • System Control • Transfer of Control

  16. Data Transfer • Specify • Source • Destination • Amount of data • May be different instructions for different movements • e.g. IBM 370 • Or one instruction and different addresses • e.g. VAX

  17. Arithmetic • Operasiaritmatik yang tersediapenjumlahan, pengurangan, pembagiandanperkalian • Signed Integer • Operasitersediadalambentuk Floating point maupun fixed point • Operasi lain • Increment (a++) • Decrement (a--) • Negate (-a)

  18. Logical • Menyediakanoperasibooleanseperti : AND, OR, NOT • Mengoperasikan bit-bit word maupunalmatdalammembentukoperasifungsi Conversion • Instruksikonversiadalahinstruksi yang mengubah format data • Misal : Binary to Decimal Pengubahankode 8 bit menjadikode lain

  19. Shift and Rotate Operations

  20. Input/Output • Menggunakaninstruksispesifik • Digunakanuntukprosesinstruksipemindahan data (memory mapped) • DigunakanuntukcontrolMay be done by a separate controller (DMA)

  21. Systems Control • Merupakaninstruksikhusus(Privileged instructions) yang hanyabisadieksekusidisaatprosessordalamkeadaankhusus. • Contoh : CPU membutuhkan specific state untuk • Ring 0 on 80386+ • Kernel mode • Digunakanpada operating system

  22. Transfer of Control • Instruksi yang dilakukanolehinstruksiitusendiri • Branch (percabangan) • Misal : nilai x bercabangjikahasiladalahnolo • Skip (lompat) • e.g. increment and skip if zero • ISZ Register1 • Branch xxxx • ADD A • Subroutine call • c.f. interrupt call

  23. Branch Instruction

  24. Subroutine call • Program modular yang merupakanbagian program komputer yang lebihbesar. • Bergunajikapotongan program akandigunakanberulang kali. • Mekanismemelibatkanduainstruksibesar : - instruksipemanggilan (call Instruction) yang bercabangkesubrutin - instruksikembali (return instruction) yang mengembalikan program ke program pemanggilnya

  25. Urutaneksekusibersarang

  26. Contoh :ContohpemakaianStakuntukmasukan P dan Q

  27. Contoh :Pemakaian Stack • Sistem stack sebagaipenyimpan • Saat CPU mengeksekusiperintah CALL • maka CPU akanmenaruhalamatpengembalianke stack

More Related