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
174,273 results
For proper operation, applications require memory beyond that defined by the variables. This temporary memory, called the stack, ...
74,491 views
5y ago
Part 1 of "How Programs Look in Assembly": https://youtu.be/2d0gKxGMGbc 00:00 Simple C Program 00:34 The Stack Explained ...
133,715 views
1y ago
If you're just learning, or already a professional, you're inevitably going to hear about stack vs heap. Those are topics of ...
52,098 views
Programming is amazing. Computers allow us to do things that otherwise would be impossible. But sometimes, the code that we ...
231,045 views
2y ago
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,161 views
6y ago
In this video, we talk about the stack structure, how it applies to computer engineering, and how it gets used in ARM assembly.
44,358 views
Schematics, datasheets, kits, and more at https://eater.net/6502 Part 1: https://www.youtube.com/watch?v=LnzuMJLZRdU Part 2: ...
810,111 views
Join CodeCrafters and learn by creating your own: Redis, Git, Http server, Interpreter, Grep... in your favorite programming ...
300,135 views
This video is part of the Udacity course "Intro to Information Security". Watch the full course at ...
55,697 views
10y 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,378 views
3y ago
In this video, I'll explain clearly and easily what the Base Pointer (BP) and the Stack Pointer (SP) are and the difference ...
198 views
3mo ago
One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...
3,313,585 views
4y ago
The first episode in a series covering x86 stack buffer overflows and how to exploit them. This video focuses on some of the ...
27,771 views
It uses a simple pointer (Stack Pointer) to track the top of the stack. Memory allocation and release are very fast. • OS Kernel: ...
40,339 views
11mo ago
This computer science video illustrates how the call stack is used to manage the way procedures and functions call each other ...
217,150 views
11y ago
Microprocessor & Microcontrollers: Registers of 8085 Microprocessor (Stack Pointer and Program Counter) Topics discussed: 1.
27,558 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,926 views
15y ago
In this video we will break down the Stack and Heap which is how many software programs manage memory, but we will put a bit ...
8,049 views
There are three main classes of processor registers: data, flag, and address. This video introduces data and address registers, ...
19,922 views
Contents: caller, callee, arguments, results, callee-saved, caller-saved, stack growing down, stack pointer $sp, register ...
104,894 views