Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
192,498 results
For proper operation, applications require memory beyond that defined by the variables. This temporary memory, called the stack, ...
74,465 views
5 years ago
Part 1 of "How Programs Look in Assembly": https://youtu.be/2d0gKxGMGbc 00:00 Simple C Program 00:34 The Stack Explained ...
133,426 views
1 year ago
Programming is amazing. Computers allow us to do things that otherwise would be impossible. But sometimes, the code that we ...
230,901 views
2 years ago
If you're just learning, or already a professional, you're inevitably going to hear about stack vs heap. Those are topics of ...
51,952 views
In this video, we talk about the stack structure, how it applies to computer engineering, and how it gets used in ARM assembly.
44,351 views
Microprocessor & Microcontrollers: Registers of 8085 Microprocessor (Stack Pointer and Program Counter) Topics discussed: 1.
27,529 views
What happens with the STACK, ESP, and EIP when a procedure is called in Assembly Language. I don't know about you, but I am ...
48,146 views
6 years ago
Schematics, datasheets, kits, and more at https://eater.net/6502 Part 1: https://www.youtube.com/watch?v=LnzuMJLZRdU Part 2: ...
810,043 views
Join CodeCrafters and learn by creating your own: Redis, Git, Http server, Interpreter, Grep... in your favorite programming ...
300,023 views
This video is part of the Udacity course "Intro to Information Security". Watch the full course at ...
55,691 views
10 years ago
In this video, I'll explain clearly and easily what the Base Pointer (BP) and the Stack Pointer (SP) are and the difference ...
197 views
3 months ago
I take a look at Stack and Heap Memory and how it affects your application. Knowing how memory is handled in your application ...
436,179 views
3 years ago
There are three main classes of processor registers: data, flag, and address. This video introduces data and address registers, ...
19,910 views
One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...
3,312,409 views
4 years ago
Functions, methods, subroutines, or procedures are blocks of code meant to be called from any location in a higher level of the ...
23,019 views
This video helps visualize what the stack frame is all about. What is important to understand from this video is that: 1) esp & ebp ...
315,903 views
15 years ago
Contents: caller, callee, arguments, results, callee-saved, caller-saved, stack growing down, stack pointer $sp, register ...
104,889 views
Implementation of Local Variables using a Frame Pointer instead of the Stack Pointer.
5,895 views
This video series starts at the very beginning and shows each step in the design of modern computing hardware. From bits to ...
23,101 views
TIMESTAMP 00:00 Introduction 06:05 Stack Frames 12:00 The Role of RSP (Stack Pointer) 15:42 The Role of RBP (Base Pointer) ...
6,158 views