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
127 results
ever wonder where your variables go when a function runs? they live here, in a temporary, organized space called the call stack.
0 views
5 days ago
Ever passed a list to a function and it changed without you touching it? That's not a bug — that's how memory works. In this video, I ...
1,854 views
1 day ago
Matt Godbolt goes deep into the actual implementation details of modern Intel microarchitecture. We'll explore how the execution ...
12,987 views
2 days ago
... a stack really is • Why it grows downward • How PUSH works internally • How POP retrieves data • Why the stack pointer moves ...
In the 8086 microprocessor, the stack grows downward in memory. Most students memorize this fact but do not understand the ...
3 days ago
push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
390 views
4 days ago
The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...
10 views
NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...
15,549 views
00:00 Introduction 02:28 Method #1 - Minimap way (BEST) 07:45 Method #2 - Noob Way 11:03 Method #3 - Noob Way on ...
22 views
3 hours ago
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.
283 views
Keil Simulation: Watch these instructions in action using the Keil MicroVision debugger to see the Stack Pointer ($R13$) change ...
46 minutes ago
Covered clearly: • How CALL saves the return address • Why the stack pointer is decremented • How IP is updated during CALL ...
129 views
So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...
15 views
Learn how to properly parse CSV lines into a struct using double pointers (`char**`) in C on ESP-IDF, with a simple and clear CSV ...
1 view
6 days ago
This C function returns a pointer to a local variable. Once the function exits, that stack memory is destroyed. The pointer now ...
1,581 views
Learn how to set breakpoints and view call stacks in WinDbg, the most powerful Windows debugging tool used by kernel ...
Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...
195 views
In this video, we explore how to allocate dynamic memory after the data segment in Arm64 assembly to build runtime data ...
Learn how to safely manage an array of function pointers with different argument types in C using a common void pointer and ...
Struggling to understand Linked Lists? This video explains Linked Lists in just 5 minutes — the easiest and fastest way to ...
9 views