ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

141 results

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

0 views

19 hours 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

4 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

5,099 views

1 day 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)

786 views

11 hours 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

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

1 day ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

10,679 views

12 hours ago

Roel Van de Paar
push_backing into list of pointers causes memory leak (3 Solutions!!)

push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:16
push_backing into list of pointers causes memory leak (3 Solutions!!)

377 views

2 days ago

Open Source
Master Low-Level Programming in Rust ⚡ Memory, Pointers & Unsafe

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Master Low-Level Programming in Rust ⚡ Memory, Pointers & Unsafe

259 views

2 days ago

E&C SIMPLIFIED
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...

16:37
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

5 views

13 hours ago

ControllersTech
STM32 Custom Bootloader (Part 1): Flash Layout and Application Jump

In this video, we start building a custom STM32 bootloader from scratch and learn how to divide flash memory and jump safely ...

22:28
STM32 Custom Bootloader (Part 1): Flash Layout and Application Jump

2,904 views

4 days ago

vlogommentary
Handling char** Pointers in C Structs for CSV Parsing on ESP-IDF

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

4:02
Handling char** Pointers in C Structs for CSV Parsing on ESP-IDF

1 view

5 days ago

Code Career
This C Function Returns a Pointer to Local Variable ⚠️ | Undefined Behavior

This C function returns a pointer to a local variable. Once the function exits, that stack memory is destroyed. The pointer now ...

0:32
This C Function Returns a Pointer to Local Variable ⚠️ | Undefined Behavior

1,570 views

3 days ago

vlogommentary
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...

3:08
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

0 views

6 days ago

vlogize
Verständnis der Pointer-Initialisierung in C+ + : Mehr als nur Arrays

Entdecken Sie, wie die Initialisierung eines Zeigers auf ein Array mit einem anderen Array in C+ + funktioniert. Erfahren Sie, wie ...

1:40
Verständnis der Pointer-Initialisierung in C+ + : Mehr als nur Arrays

0 views

5 days ago

Chang Tan
D/Invoked Attack Chains

So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...

6:54
D/Invoked Attack Chains

11 views

2 days ago

vlogommentary
Understanding the Impact of const on typedef Function Pointers in C

Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...

3:41
Understanding the Impact of const on typedef Function Pointers in C

0 views

7 days ago

Waysom
CALL & RET Explained Internally | How CPU Uses Stack to Return

Covered clearly: • How CALL saves the return address • Why the stack pointer is decremented • How IP is updated during CALL ...

1:07
CALL & RET Explained Internally | How CPU Uses Stack to Return

0 views

19 hours ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 100)

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

Live
Study with me: learn C programming language by building our own lisp (Part 100)

7 views

0

Rayan's Classroom
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...

13:50
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

294 views

3 days ago