1 / 10

Computer Organization & Assembly Language

Computer Organization & Assembly Language. Lecture # 6 By Muhammad Jafer. Important Things. MASM ENAMULATOR/SIMULATOR EMU8086. INSTRUCTION TYPES. Data Movement Instructions Athematic Instructions Logical Instructions Sequence Instructions INPUT/OUTPUT Instructions.

zalman
Télécharger la présentation

Computer Organization & Assembly Language

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. Computer Organization & Assembly Language Lecture # 6 By Muhammad Jafer

  2. Important Things • MASM • ENAMULATOR/SIMULATOR • EMU8086

  3. INSTRUCTION TYPES • Data Movement Instructions • Athematic Instructions • Logical Instructions • Sequence Instructions • INPUT/OUTPUT Instructions

  4. Data Movement Instructions • Move • MOVE Source,Destination • Load • LOAD Memory (source),Register (Destination) • Store • STORE Register (source),Memory (Destination • PUSH & POP

  5. Athematic Instructions • ADD • SUBTRACT • MULTIPLY • DIVIDE • INCREMENT • DECREMENT

  6. Logical Instructions • AND • OR • NOT • EXOR • SHIFT • COMPARE • ROTATE

  7. Condition Code Register • Zero (Z) • Overflow (f) • Negative (V) • Carry (C)

  8. SEQUENCE INSTRUCTIONS • CONDITIONAL BRANCHING • UNCONDITIONAL BRANCHING • CALL

  9. Chapter Review • Fundamentals of Computer Organization and Architecture by MostafaAbd-Al-Barr & HeshamAlRewini • Chapter # 2 • Instruction Types • Programming Examples

  10. Program segmentation • Three important part of assembly program • Code Segment • Data Segment • Stack Segment

More Related