ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,766 results

Next LVL Programming
What Is Stack In Computer Science? - Next LVL Programming

We will also discuss how stacks are represented in computer memory, including the role of the stack pointer in tracking the top ...

1:56
What Is Stack In Computer Science? - Next LVL Programming

9 views

11 months ago

SM training academy
Types of stack pointers explained  | Shadow Stack Pointer

If you wish to take up the course with full resources kindly use the link below: Udemy: ...

3:09
Types of stack pointers explained | Shadow Stack Pointer

104 views

3 weeks ago

Supawat PREECHASATIT
Stack And Stack pointer
0:54
Stack And Stack pointer

2 views

5 months ago

Suppachai SOMSAKUL
Stack and stack pointer
1:03
Stack and stack pointer

12 views

5 months ago

vlogize
Understanding Stack Pointer Adjustments in Assembly Loops

Explore the intricacies of using the `stack pointer` in assembly loops and learn about the `C calling convention` in x86 architecture ...

1:36
Understanding Stack Pointer Adjustments in Assembly Loops

1 view

6 months ago

vlogize
Solving the Memory Leak Problem in a C Stack Implementation Using a Dynamic Array

Learn how to fix the memory leak in your C stack implementation by passing the stack pointer by reference and restructuring your ...

2:02
Solving the Memory Leak Problem in a C Stack Implementation Using a Dynamic Array

0 views

9 months ago

vlogize
Understanding Why the Stack Pointer is Initialized to Maximum Value

Explore the reasons behind the initialization of the stack pointer in microprocessors and how it influences memory management.

1:33
Understanding Why the Stack Pointer is Initialized to Maximum Value

0 views

8 months ago

Thanakorn ONGARJ
Stack,Stack pointer
0:38
Stack,Stack pointer

6 views

5 months ago

vlogize
Understanding the Use of int32_t for Stack Pointers in ARM Microcontrollers

This guide explores the rationale behind using `int32_t` pointers instead of `uint32_t` in thread control blocks for ARM ...

1:23
Understanding the Use of int32_t for Stack Pointers in ARM Microcontrollers

2 views

6 months ago

vlogize
Understanding Prematurely Resetting the Stack Pointer in Assembly Code

A deep dive into confusing assembly code: uncover the purpose behind resetting the stack pointer and manipulating register ...

1:46
Understanding Prematurely Resetting the Stack Pointer in Assembly Code

2 views

8 months ago

vlogize
Understanding the Stack in C: Proper Addresses and Alignment

Learn how to visualize the stack in C programming, understand memory alignment, and resolve address allocation issues with an ...

1:56
Understanding the Stack in C: Proper Addresses and Alignment

4 views

2 months ago

vlogize
Understanding Stack Memory Management in Embedded Systems

Function Exit: When the function execution completes, the stack pointer is adjusted again to free the space allocated for local ...

1:27
Understanding Stack Memory Management in Embedded Systems

1 view

6 months ago

Harold Edwards
'In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by …

x27;In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by 1 decremented by 1 ...

0:33
'In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by …

0 views

7 months ago

vlogize
Understanding the Current State of Stack Pointer in 8085 Microprocessor

Discover how to find out where the Stack Pointer currently points in the Intel 8085 microprocessor with simple assembly code.

1:16
Understanding the Current State of Stack Pointer in 8085 Microprocessor

2 views

10 months ago

vlogize
How to Dereference a Pointer Multiple Times in ASMx64

Before calling any function in x86-64, ensure that your stack pointer is 16-byte aligned. This is crucial for preventing unexpected ...

2:20
How to Dereference a Pointer Multiple Times in ASMx64

0 views

2 months ago

vlogize
Understanding the Stack Memory Allocation Process in C: What Happens When You Declare a Variable

Explore how it differs from heap memory and the mechanics of the stack pointer. --- This video is based on the question ...

1:42
Understanding the Stack Memory Allocation Process in C: What Happens When You Declare a Variable

2 views

8 months ago

vlogize
Understanding the Stack Pointer Confusion in ARM64: SP vs SP_EL2 Explained

Are you confused about the difference between the `sp` and `SP_EL2` registers while debugging ARM64 on Linux? Read this ...

1:32
Understanding the Stack Pointer Confusion in ARM64: SP vs SP_EL2 Explained

9 views

8 months ago

vlogize
Mastering Offsetting Local Variables with x64 Assembly

Learn how to smoothly access local variables in x64 Assembly by offsetting from the stack pointer. This guide breaks down key ...

1:30
Mastering Offsetting Local Variables with x64 Assembly

2 views

9 months ago

vlogize
Understanding the Bottom of the Stack in the Intel 8086 CPU

Stack Growth: Interestingly, the stack grows downwards in memory. When you push data onto the stack, the stack pointer (SP) is ...

1:34
Understanding the Bottom of the Stack in the Intel 8086 CPU

1 view

2 months ago

vlogize
Understanding Memory Allocation for Stack Pointers in C Programming

A comprehensive guide on when and how to allocate memory for stack pointers in C, illustrated with examples for clarity.

2:01
Understanding Memory Allocation for Stack Pointers in C Programming

0 views

2 months ago

vlogize
Understanding Stack Pointer Behavior in C/C+ + : Can Compilers Keep Stack Memory Allocated?

A deep dive into stack pointer behavior in C/C+ + and how compilers manage memory allocation, particularly in embedded ...

1:33
Understanding Stack Pointer Behavior in C/C+ + : Can Compilers Keep Stack Memory Allocated?

1 view

8 months ago