Address Modes in Assembly Language 🧩 X86 - 32 Bits

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

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

  • @vladyslav-py-js-cs
    @vladyslav-py-js-cs 7 หลายเดือนก่อน +1

    It's much cooler than string in C 😂 You are the best teacher 😁 I like your explanation

    • @BekBrace
      @BekBrace  7 หลายเดือนก่อน +1

      Thank you very much Vlad for your support. I might ask you to be a moderator for the live streaming sessions

    • @vladyslav-py-js-cs
      @vladyslav-py-js-cs 7 หลายเดือนก่อน

      @@BekBrace I have problems with electricity now but I'm ready to help if I'm online😅

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

    Great series 🔥 truly underrated 💯

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

      Yeah well, that's how YT algorithms work 😉

  • @sayli1279
    @sayli1279 8 หลายเดือนก่อน

    why can't I declare a counter to 0 and increment it then do
    mov byte [name + ctr], 'J'
    inc byte[ctr]
    mov byte [name + ctr], 'a'
    inc byte [ctr]
    ...

    • @BekBrace
      @BekBrace  8 หลายเดือนก่อน

      Who said you can't ?

    • @sayli1279
      @sayli1279 8 หลายเดือนก่อน

      @@BekBrace nasm