In this video, we talk about the stack structure, how it applies to computer engineering, and how it gets used in ARM assembly. By the end of this video, you'll be able to write assembly that uses function calls and functions that use stack frames. Use of the stack is extremely important to writing good clean assembly, and understanding how variable scope works in other programming languages, such as C or C++.
Hit subscribe to be alerted about more videos like this!
Timestamps:
0:00 Intro
0:10 What is a Stack
0:50 Who Cares?
1:35 Calling Conventions
2:43 Let's Visualize!
5:49 Let's Code
11:54 Outro