1 / 8

8086 Registers

8086 Registers. Module M14.2 Sections 9.2, 10.1. The 8086 Registers. General Registers. Accumulator. AX. AH. AL. Base register. BX. BH. BL. General Registers. Count register. CX. CH. CL. Data register. DX. DH. DL. 8 bits. 16 bits.

Télécharger la présentation

8086 Registers

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. 8086 Registers Module M14.2 Sections 9.2, 10.1

  2. The 8086 Registers

  3. General Registers Accumulator AX AH AL Base register BX BH BL General Registers Count register CX CH CL Data register DX DH DL 8 bits 16 bits Many instructions in a computer program involve moving data into and out of these general registers.

  4. Index Registers Source SI Index Registers Destination DI Index registers may be used to store 16-bit data. Index registers are also used as pointers to offset addresses in memory. MOV AL,[SI] means move into AL the byte in the data segment at the offset address that is in SI.

  5. Pointer Registers Base BP Stack SP Pointer Registers Instruction IP The Instruction Pointer, IP, contains the offset address of the next instruction to be executed. The Stack Pointer, SP, contains the offset address of the top of the stack. The Base Pointer, BP, is used to access data in the stack segment.

  6. The Status Register

  7. Segment Registers Code CS Data DS Segment Registers Extra ES Stack SS Segment registers contain segment addresses. The Code segment contains the program being executed. The Data segment contains data (variables). The Extra segment can be used for anything. The Stack segment contains the stack.

  8. The 8086 Registers

More Related