U3L7.1 | Addressing Modes of 8086 Microprocessor | 8086 Addressing Mode | 8086 microprocessor

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 7

  • @sahilshrivas6870
    @sahilshrivas6870 2 года назад

    Mam what is the exect defination of offset !?

    • @TechnoTutorials2783
      @TechnoTutorials2783  2 года назад

      Offset value means distance from starting address
      Or u can say a part of address which add to the starting segment address to calculate physical address
      For ex DS hold 1234
      SI hold 1111
      Then PA = 12340+1111=13451

    • @B.techPsitWallah
      @B.techPsitWallah Год назад +1

      Mam pa1 ka value 45552 aa rha hai

    • @B.techPsitWallah
      @B.techPsitWallah Год назад

      Increment ds 45553

  • @reshusingh101
    @reshusingh101 Год назад

    Mam cam u please explain offset as i didn't get it!?

    • @TechnoTutorials2783
      @TechnoTutorials2783  Год назад +2

      Offset means distance for example I'd ss contain 1234. And si contain 0005 toh source index vslue work as offset then physical address will be ss*10+so=12340+0005=12345

    • @reshusingh101
      @reshusingh101 Год назад

      @@TechnoTutorials2783 ohk mam