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
11,766 results
We will also discuss how stacks are represented in computer memory, including the role of the stack pointer in tracking the top ...
9 views
11 months ago
If you wish to take up the course with full resources kindly use the link below: Udemy: ...
104 views
3 weeks ago
2 views
5 months ago
12 views
Explore the intricacies of using the `stack pointer` in assembly loops and learn about the `C calling convention` in x86 architecture ...
1 view
6 months ago
Learn how to fix the memory leak in your C stack implementation by passing the stack pointer by reference and restructuring your ...
0 views
9 months ago
Explore the reasons behind the initialization of the stack pointer in microprocessors and how it influences memory management.
8 months ago
6 views
This guide explores the rationale behind using `int32_t` pointers instead of `uint32_t` in thread control blocks for ARM ...
A deep dive into confusing assembly code: uncover the purpose behind resetting the stack pointer and manipulating register ...
Learn how to visualize the stack in C programming, understand memory alignment, and resolve address allocation issues with an ...
4 views
2 months ago
Function Exit: When the function execution completes, the stack pointer is adjusted again to free the space allocated for local ...
x27;In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by 1 decremented by 1 ...
7 months ago
Discover how to find out where the Stack Pointer currently points in the Intel 8085 microprocessor with simple assembly code.
10 months ago
Before calling any function in x86-64, ensure that your stack pointer is 16-byte aligned. This is crucial for preventing unexpected ...
Explore how it differs from heap memory and the mechanics of the stack pointer. --- This video is based on the question ...
Are you confused about the difference between the `sp` and `SP_EL2` registers while debugging ARM64 on Linux? Read this ...
Learn how to smoothly access local variables in x64 Assembly by offsetting from the stack pointer. This guide breaks down key ...
Stack Growth: Interestingly, the stack grows downwards in memory. When you push data onto the stack, the stack pointer (SP) is ...
A comprehensive guide on when and how to allocate memory for stack pointers in C, illustrated with examples for clarity.
A deep dive into stack pointer behavior in C/C+ + and how compilers manage memory allocation, particularly in embedded ...