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
141 results
... a stack really is • Why it grows downward • How PUSH works internally • How POP retrieves data • Why the stack pointer moves ...
0 views
19 hours ago
ever wonder where your variables go when a function runs? they live here, in a temporary, organized space called the call stack.
4 days ago
Matt Godbolt goes deep into the actual implementation details of modern Intel microarchitecture. We'll explore how the execution ...
5,099 views
1 day 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 ...
786 views
11 hours ago
Join this channel to get access to perks: https://www.youtube.com/channel/UCnTEznFhcHCrQnXSEatlrZw/join Click the link below ...
7 days ago
In the 8086 microprocessor, the stack grows downward in memory. Most students memorize this fact but do not understand the ...
NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...
10,679 views
12 hours ago
push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
377 views
2 days ago
Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.
259 views
The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...
5 views
13 hours ago
In this video, we start building a custom STM32 bootloader from scratch and learn how to divide flash memory and jump safely ...
2,904 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
5 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,570 views
3 days ago
Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...
6 days ago
Entdecken Sie, wie die Initialisierung eines Zeigers auf ein Array mit einem anderen Array in C+ + funktioniert. Erfahren Sie, wie ...
So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...
11 views
Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...
Covered clearly: • How CALL saves the return address • Why the stack pointer is decremented • How IP is updated during CALL ...
I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...
7 views
0
Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...
294 views