Assignment on: Register organization of 8086 Microprocessor. Course title: Microprocessor and Assembly Language. Course code: cse 321. Submitted to



Download 78.45 Kb.
Page4/5
Date17.12.2020
Size78.45 Kb.
#55053
1   2   3   4   5
register-organization-of-8086-Microprocessor
CS (Code Segment):
Code segment (CS) is a 16-bit register that is used for addressing memory location in the code segment of the memory (64Kb), where the executable program is stored. CS register cannot be changed directly. The CS register is automatically updated during far jump, far call and far return instructions.

  • Stack segment (SS)
    Stack Segment (SS) is a 16-bit register that used for addressing stack segment of the memory (64kb) where stack data is stored. SS register can be changed directly using POP instruction.

  • Data segment (DS)
    Data Segment (DS) is a 16-bit register that points the data segment of the memory (64kb) where the program data is stored. DS register can be changed directly using POP and LDS instructions.

  • Extra segment (ES):
    Extra Segment (ES) is a 16-bit register that also points the data segment of the memory (64kb) where the program data is stored. ES register can be changed directly using POP and LES instructions.


    Download 78.45 Kb.

    Share with your friends:
  • 1   2   3   4   5




    The database is protected by copyright ©ininet.org 2024
    send message

        Main page