ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

628 results

Mr. Bits
Stack Pointer Explained in 60 Seconds #cpu #quiz #computerarchitecture

The stack pointer (SP) is one of the most misunderstood concepts in CPU architecture. In this video, I break down the stack, how it ...

0:55
Stack Pointer Explained in 60 Seconds #cpu #quiz #computerarchitecture

1,126 views

1 month 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

108 views

3 weeks ago

The Engineers' Pitstop
Stack vs Heap: The Core Difference Explained

Stack vs heap explained simply. In this video, you'll learn the difference between stack and heap memory, how stack memory ...

2:27
Stack vs Heap: The Core Difference Explained

335 views

11 days ago

Mr. Bits
Registers Explained in 30 Seconds

Most people talk about 8-bit, 32-bit, and 64-bit CPUs… but almost no one explains what actually happens inside. In this short, I ...

1:27
Registers Explained in 30 Seconds

100 views

3 weeks ago

LearnThatStack
Memory Explained  - Why Your Code Crashes (Stack vs Heap)

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 ...

5:45
Memory Explained - Why Your Code Crashes (Stack vs Heap)

2,542 views

3 days ago

Chirag Diwan
Stack pointers are easy.

This video discuss about stack pointers and how you could see one on a program ,.

19:40
Stack pointers are easy.

0 views

4 weeks ago

Learn To Troubleshoot
How Does Stack Memory Allocation Work?

How function calls and local variables are managed on the stack. ▻ The role of the stack pointer and base pointer in memory ...

3:21
How Does Stack Memory Allocation Work?

0 views

4 days ago

Student2Student - Lerngruppe
How Functions Work in Assembly: Stack, Stack Frame, Prologue & Epilogue (Easy Explanation)

In this video, I break down how function calls are managed in low-level programming, how the stack pointer (SP/RSP) and base ...

9:32
How Functions Work in Assembly: Stack, Stack Frame, Prologue & Epilogue (Easy Explanation)

67 views

3 weeks ago

The DEV
your function's secret memory space: the call stack

ever wonder where your variables go when a function runs? they live here, in a temporary, organized space called the call stack.

0:19
your function's secret memory space: the call stack

0 views

7 days ago

Waysom
How Stack Really Works | PUSH & POP Explained Physically

... a stack really is • Why it grows downward • How PUSH works internally • How POP retrieves data • Why the stack pointer moves ...

0:29
How Stack Really Works | PUSH & POP Explained Physically

131 views

4 days ago

SP Engg. ACADEMY
39MP - Microprocessor - 8085 Microprocessor Functional Units - Stack pointer

Join this channel to get access to perks: https://www.youtube.com/channel/UCnTEznFhcHCrQnXSEatlrZw/join Click the link below ...

0:06
39MP - Microprocessor - 8085 Microprocessor Functional Units - Stack pointer

0 views

11 days ago

Jane Street
Microarchitecture: What Happens Beneath

Matt Godbolt goes deep into the actual implementation details of modern Intel microarchitecture. We'll explore how the execution ...

1:20:57
Microarchitecture: What Happens Beneath

18,638 views

4 days ago

Dr. AM Yousaf
Computer Organization and Assembly Language | Stack Push Pop Operations in Low Level | X86 Processor

What is the stack in assembly language How LIFO (Last In, First Out) works Role of SP (Stack Pointer) and SS (Stack Segment) ...

1:35
Computer Organization and Assembly Language | Stack Push Pop Operations in Low Level | X86 Processor

104 views

2 weeks ago

Learn To Troubleshoot
How Does the Call Stack Maintain LIFO Order?

Ever wondered about the secret behind how your computer executes functions one after another, yet knows exactly where to ...

3:23
How Does the Call Stack Maintain LIFO Order?

0 views

3 weeks ago

Learn To Troubleshoot
What Is Stack Allocation in Program Execution?

Ever wondered how your computer manages memory for variables and functions? This video dives into the fundamental concept ...

3:07
What Is Stack Allocation in Program Execution?

0 views

4 days ago

AutoContent API
Intel 8087 — The Brilliant, Flawed Coprocessor That Changed Computing

This is the incredible true story of the Intel 8087, a game changing but flawed floating point coprocessor that reshaped modern ...

8:28
Intel 8087 — The Brilliant, Flawed Coprocessor That Changed Computing

49 views

2 weeks ago

PLL-Programming Logic Lab
The Great Memory Divide: Stack vs Heap Explained Like a Story (C/C++ Memory Management)

The Great Memory Divide: Stack vs Heap Explained Like a Story (C/C++ Memory Management) Welcome to PLL (Programming ...

2:13
The Great Memory Divide: Stack vs Heap Explained Like a Story (C/C++ Memory Management)

0 views

4 weeks ago

Benjamin Voor
Upgrading Xv6 OS to throw an exception when a null pointer is dereferenced.

Our code is available for download from our GitHub repository: github.com/guentheraidan/xv6-Mini-Project-3 Instructor: Associate ...

11:23
Upgrading Xv6 OS to throw an exception when a null pointer is dereferenced.

10 views

3 weeks ago

Wadix Technologies
Stack Memory in Embedded Systems | LIFO, Stack Frames & Memory Segments

... Embedded Systems Porgamming: Stack as Memory Segment 22:28 Stack Area Allocation in Linker Script 27:42 Stack Pointer ...

1:03:21
Stack Memory in Embedded Systems | LIFO, Stack Frames & Memory Segments

40 views

3 weeks ago

Waysom
Why Stack Grows Downward in 8086 | Stack Pointer Explained

In the 8086 microprocessor, the stack grows downward in memory. Most students memorize this fact but do not understand the ...

0:38
Why Stack Grows Downward in 8086 | Stack Pointer Explained

0 views

5 days ago