ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,093 results

Mxy
How Assembly Functions Work - The Stack Explained

Part 1 of "How Programs Look in Assembly": https://youtu.be/2d0gKxGMGbc 00:00 Simple C Program 00:34 The Stack Explained ...

15:35
How Assembly Functions Work - The Stack Explained

85,736 views

9 months ago

WhiteboardDoodles
x86 vs ARM Assembly: Key Differences Explained | Assembly Basics

x86 and ARM are two of the most widely used Assembly architectures, but what sets them apart? In this video, we'll break down ...

8:15
x86 vs ARM Assembly: Key Differences Explained | Assembly Basics

36,732 views

9 months ago

hexdump
Stack Frames, RSP and RBP

Hi there! In this video we analyze the role of the RSP and RBP registers for the management of the stack frames within the call ...

32:08
Stack Frames, RSP and RBP

3,889 views

10 months ago

BitLemon
Why Programs Use Stack, Heap, and Other Memory Segments

The virtual memory of a process is divided into several regions, each serving a specific purpose: code, data and BSS, heap, stack, ...

6:01
Why Programs Use Stack, Heap, and Other Memory Segments

28,522 views

6 months ago

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

What is the stack in Assembly? What is a stack frame and how does a function actually work behind the scenes? In this video, I ...

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

149 views

1 month ago

Mxy
How Recursion Works in Assembly | Machine Code | Programming Fundamentals

Emulator link: https://app.x64.halb.it/ How to read/write Hex: https://youtu.be/L2CvMWmqPX0 How stack allocations work: ...

28:11
How Recursion Works in Assembly | Machine Code | Programming Fundamentals

2,194 views

9 months ago

Guided Hacking
Thread Stack in Assembly - Push, Pop, EBP & ESP Explained

Learn How The Thread Stack Works! Push, Pop, EBP & ESP Explained ‍ Buy Our Courses: ...

8:33
Thread Stack in Assembly - Push, Pop, EBP & ESP Explained

8,215 views

10 months ago

Segfault💀
Assembly for Beginners: Local Variables, Stack & Prologue (x86_64)

Learn how local variables work in Assembly (x86_64)! In this video, I explain how local variables are created and managed on the ...

38:06
Assembly for Beginners: Local Variables, Stack & Prologue (x86_64)

844 views

3 months ago

vlogize
Understanding CALL and RET in Assembly: The Stack Mechanism Explained

Dive into the mechanics of `CALL` and `RET` instructions in assembly language. Understand how they work with the stack and ...

1:33
Understanding CALL and RET in Assembly: The Stack Mechanism Explained

4 views

4 months ago

Dragon Zap Education
Stack Fundamentals in x64 Assembly – Beginner Lecture 8

Learn about what the stack is, and how stack frames are used with C programs, explanations of push and pop are also explained.

18:11
Stack Fundamentals in x64 Assembly – Beginner Lecture 8

632 views

6 months ago

Mufaddal Rasheed | Mechademic
Tolerance Stack-up Analysis with Assembly shift

Hello and welcome to this video in this video I'll be taking you through tolerance stackup analysis of a simple two-part assembly ...

8:27
Tolerance Stack-up Analysis with Assembly shift

1,216 views

2 months ago

vlogize
Understanding Stack Addresses in x86 Assembly: A Deep Dive into Memory Management

Confused about stack addresses in `x86` assembly? In this guide, we clarify how memory works when pushing values onto the ...

1:43
Understanding Stack Addresses in x86 Assembly: A Deep Dive into Memory Management

1 view

7 months ago

vlogize
Understanding Stack Variable Alignment in Assembly Languages: A Guide to Optimization

Learn how to align stack variables in assembly languages effectively using MASM directives, macros, and clever struct designs to ...

2:26
Understanding Stack Variable Alignment in Assembly Languages: A Guide to Optimization

16 views

9 months ago

CS 161 (Computer Security) at UC Berkeley
[MemSafety1, Video 11] x86 Assembly and Call Stack Summary

Course website: https://sp25.cs161.org/ Slides: ...

1:18
[MemSafety1, Video 11] x86 Assembly and Call Stack Summary

388 views

11 months ago

vlogize
Mastering the Stack in Assembly: Common Questions Answered

Discover how to effectively manipulate the stack in assembly programming. We answer your questions about stack operations, ...

1:35
Mastering the Stack in Assembly: Common Questions Answered

0 views

7 months ago

vlogize
Understanding How the Stack Differentiates Between Different Number Types in Assembly Language

Explore how assembly language manages different number types on the stack, including integers, shorts, and floats, through ...

1:53
Understanding How the Stack Differentiates Between Different Number Types in Assembly Language

1 view

9 months ago

vlogize
Understanding Pushing Registers to Memory Stack in x8086 Assembly Language

Learn how pushing registers to the memory stack in x8086 assembly language can enhance your programming capabilities and ...

1:58
Understanding Pushing Registers to Memory Stack in x8086 Assembly Language

0 views

9 months ago

vlogize
Understanding Assembly Stack Usage for Character Input and Output

Learn how to effectively use the stack in assembly language to validate and print uppercase letters based on user input, along ...

2:03
Understanding Assembly Stack Usage for Character Input and Output

2 views

9 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

9 months ago

Software Nuggets
Lesson 11: Use 6 Registers and Stack in Assembly 64Bit for Multi-Argument #printf statement.

In Lesson 11, we dive into using 6 registers and the stack to pass multiple arguments to the printf function in assembly.

5:16
Lesson 11: Use 6 Registers and Stack in Assembly 64Bit for Multi-Argument #printf statement.

226 views

10 months ago