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
553 results
Have you ever wondered what actually happens when your C code gets compiled into machine instructions? In this video, we ...
110 views
7 days ago
... C) ✓ Stack Pointer (SP) We'll trace each instruction one at a time, update the registers, explain the Program Counter, determine ...
28 views
8 days ago
3 views
2 weeks ago
In line and say allocating allocating food to stack. Locating food to start So when you locate when you when this function like this ...
0 views
10 days ago
Just sharing my thoughts on memory management and how it all works under the hood. In this one, I dive into the heap, stack, ...
61 views
4 weeks ago
... Y) – Used for indexed addressing / arrays 4️⃣ Stack Pointer (SP) – Manages the LIFO stack 5️⃣ Condition Code Register ...
54 views
TheEasyNotes Are you struggling to understand how MIPS handles procedure calls or how memory is actually organized?
14 views
4 days ago
This video follows a short program as it pushes two frames and unwinds them, with the stack pointer tracking the top the whole ...
1 view
2 days ago
full paper's name: LIPPEN: A Lightweight In-Place Pointer Encryption Architecture for Pointer Integrity.
30 views
Ever wondered where your variables actually live in memory? In this video I break down the stack and the heap in C. Visualization ...
40 views
Welcome to Part 1 of the RISC-V Registers series! In this lecture, we begin our journey into the RISC-V register file by ...
154 views
3 days ago
4 views
In this series, i build an Apple 2 compatible machine that only has a 1-bit CPU. The idea is to present some universal principles in ...
3,111 views
A visual, beginner-friendly deep dive into how computer memory actually works — and why we need data structures. We start at ...
23 views
... Path 07:35 General-Purpose Registers 08:42 Special-Purpose Registers 09:45 Program Counter (PC) 10:45 Stack Pointer (SP) ...
180 views
12 days ago
Extending the encoder from register operands to memory operands using ModRM addressing forms, including base-register ...
Ever wondered why some programs run incredibly fast while others crash with a dreaded StackOverflow error? The secret lies in ...
2 views
Linked lists are one of the most important data structures in C, but for many beginners, pointers, malloc, and memory allocation ...
47 views
3 weeks ago
A clear picture of the call stack helps with understanding borrowed references and lifetimes. The stack is constructed by the ...
774 views
1 day ago
An array is the simplest layout in the language: the same type, repeated, with nothing in between. Four ints lay down back to back, ...
19 hours ago