1 / 47

6.1 Flag-Control Instructions 6.2 Compare Instructions 6.3 Control Flow and Jump Instructions 6.4 Subroutines and Subrou

Flag-Control Instructions. The flag-control instructions, when executed, directly affect the state of the flags:LAHF (Load AH from flags) ??SAHF (Store AH into flags) ??CLC (Clear carry) ??STC (Set carry) ??CMC (Complement carry) ??CLI (Clear interrupt) ??STI (Set interrupt). Flag-Control Ins

vahe
Télécharger la présentation

6.1 Flag-Control Instructions 6.2 Compare Instructions 6.3 Control Flow and Jump Instructions 6.4 Subroutines and Subrou

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. 8088/8086 MICROPROCESSOR PROGRAMMING – CONTROL FLOW INSTRUCTIONS AND PROGRAM STRUCTURES

    2. 8088/8086 MICROPROCESSOR PROGRAMMING – CONTROL FLOW INSTRUCTIONS AND PROGRAM STRUCTURES 6.1 Flag-Control Instructions 6.2 Compare Instructions 6.3 Control Flow and Jump Instructions 6.4 Subroutines and Subroutine-Handling Instructions 6.5 The Loop and the Loop-Handling Instructions 6.6 String and String-Handling Instructions

    3. Flag-Control Instructions The flag-control instructions, when executed, directly affect the state of the flags: LAHF (Load AH from flags) ?? SAHF (Store AH into flags) ?? CLC (Clear carry) ?? STC (Set carry) ?? CMC (Complement carry) ?? CLI (Clear interrupt) ?? STI (Set interrupt)

    4. Flag-Control Instructions

More Related