Intro to Stack | Push | Pop in 8086 Assembly Language with examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 13

  • @Ali-t3q1i
    @Ali-t3q1i 3 หลายเดือนก่อน

    make videos for latest Arm processor.

  • @xd9050
    @xd9050 2 ปีที่แล้ว

    6:53 why are u not using the last block for pushing data

    • @gen-4lifestyleandeducation137
      @gen-4lifestyleandeducation137  2 ปีที่แล้ว

      Last block is reserved. We cannot insert anything in it. When SP is pointing to 0100 offset it means stack is empty.

  • @computadorhumano949
    @computadorhumano949 3 ปีที่แล้ว

    13:33 dont should be 8 instead 7?

  • @ubaidkhan7466
    @ubaidkhan7466 4 ปีที่แล้ว +1

    really nice video

  • @MirzaAbdurRahman
    @MirzaAbdurRahman 4 ปีที่แล้ว

    thank you very helpful

  • @waseemazam6240
    @waseemazam6240 4 ปีที่แล้ว

    Sir kindly explain bhi kardiya karain line ko translate to hum bhi kar letay hain

  • @meerabandabdullah9858
    @meerabandabdullah9858 4 ปีที่แล้ว

    Why sp is decrement by 2 plz explain

    • @marceloalvarocoronelcastro3463
      @marceloalvarocoronelcastro3463 4 ปีที่แล้ว

      It decrements because the stack (and memory) is 1 byte wide, therefore if you push or pull a value (2 bytes operator), then the stack pointer increments/decrements by 2.

    • @xd9050
      @xd9050 2 ปีที่แล้ว

      @@marceloalvarocoronelcastro3463 how stack is 1 byte wide