SoC 101 - Lecture 2c: Calling a Procedure

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 5

  • @socialogic9777
    @socialogic9777 Рік тому +3

    Wow sir, you just delivered the missing link for every backend guy. It's time to learn architecture from Adi teman ❤

    • @AdiTeman
      @AdiTeman  Рік тому +3

      That is exactly the point - somehow many electrical engineering degrees forget to teach how a computer works. I'm trying to fill in the gap.

  • @Engineer884
    @Engineer884 7 місяців тому

    3:31, its written that frame pointer points to beginning of the frame, but you said it points to base of the frame. Is the base of frame really the beginning of the frame, or is there any problem in whats written ?

    • @AdiTeman
      @AdiTeman  7 місяців тому

      Hi,
      I don't think there's a problem. The "base" and "beginning" that I refer to are the same thing. Basically, it's the opposite of the stack pointer that points to the top of the stack. The frame pointer points to the bottom so we can return to where it started.

    • @Engineer884
      @Engineer884 7 місяців тому

      @@AdiTeman oh I see, thank you for replying