ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,073 results

Andreas Wilkens
Stackregister und die Arbeitsweise des Stacks

Dieses Video ist Teil des Online-Lernmoduls "Computerarchitektur und Betriebssysteme" ...

4:13
Stackregister und die Arbeitsweise des Stacks

11,661 views

12 years ago

Roel Van de Paar
Can a processor without stack pointer registers, have a subroutine calls and interrupts?

Computer Science: Can a processor without stack pointer registers, have a subroutine calls and interrupts? Helpful? Please ...

1:47
Can a processor without stack pointer registers, have a subroutine calls and interrupts?

11 views

4 years ago

GopherCon UK
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

In this talk you will learn how to use pointers effectively in Go. We'll cover from the basics of pointer declaration and usage, to the ...

32:34
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

5,493 views

6 years ago

Roel Van de Paar
Implementation of stack using pointers (4 Solutions!!)

Implementation of stack using pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

5:08
Implementation of stack using pointers (4 Solutions!!)

182 views

3 years ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 03 02 The Stack Overview

View the full free MOOC at https://ost2.fyi/Arch1005. This class teaches RISC-V 32 and 64-bit assembly languages, by compiling C ...

12:05
Arch1005: RISC-V Assembly 03 02 The Stack Overview

409 views

10 months ago

Roel Van de Paar
Lack of Stack Pointer Register

Lack of Stack Pointer Register Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

1:43
Lack of Stack Pointer Register

1 view

4 years ago

Ramesh Yerraballi
Lec9 Local Variables - Using a Frame Pointer

Implementation of Local Variables using a Frame Pointer instead of the Stack Pointer.

5:33
Lec9 Local Variables - Using a Frame Pointer

5,712 views

5 years ago

Roel Van de Paar
Software Engineering: I understand what a stack pointer is - but what is it used for?

Software Engineering: I understand what a stack pointer is - but what is it used for? Helpful? Please support me on Patreon: ...

7:51
Software Engineering: I understand what a stack pointer is - but what is it used for?

3 views

3 years ago

Roel Van de Paar
Electronics: Main Stack Pointer(MSP) vs Process Stack Pointer(PSP)

Electronics: Main Stack Pointer(MSP) vs Process Stack Pointer(PSP) Helpful? Please support me on Patreon: ...

1:54
Electronics: Main Stack Pointer(MSP) vs Process Stack Pointer(PSP)

449 views

4 years ago

Roel Van de Paar
Review implementation of stack by using pointers in C (3 Solutions!!)

Review implementation of stack by using pointers in C Helpful? Please support me on Patreon: ...

5:09
Review implementation of stack by using pointers in C (3 Solutions!!)

28 views

3 years ago

Binary Cave
Stack Organization - Computer System Architecture

Stack is a storage structure that stores information in such a way that the last item stored is the first item retrieved. It is based on the ...

34:46
Stack Organization - Computer System Architecture

179 views

4 years ago

Abelardo Pardo
The Stack in a Microprocessor

Description of what is a stack, the operations that are allowed, the effect of those operations, and two scenarios of what is used for: ...

10:14
The Stack in a Microprocessor

126,277 views

11 years ago

Padraic Edgington
9-1-a.  Stack Example 1

Example and walkthrough of code that accesses the memory stack.

7:24
9-1-a. Stack Example 1

3,244 views

8 years ago

Roel Van de Paar
Embedded: Main Stack Pointer and Process Stack Pointer co-existence (4 Solutions!!)

Embedded: Main Stack Pointer and Process Stack Pointer co-existence Helpful? Please support me on Patreon: ...

2:44
Embedded: Main Stack Pointer and Process Stack Pointer co-existence (4 Solutions!!)

118 views

4 years ago

BeGyaani Classes
concept of STACK | how to use Stack Pointer | #8085microprocessor | B.Tech | B.E.

It is about - what is stack and How to use stack pointer. #8085microprocessor #simulator . this will be very helpful to B.Tech / B.E ...

7:44
concept of STACK | how to use Stack Pointer | #8085microprocessor | B.Tech | B.E.

17 views

1 year ago

Electrogram
8051 Theory 10 - Stack Pointer

Follow us on: Facebook: https://www.facebook.com/ElectroGramOfficial Google+ ...

1:43
8051 Theory 10 - Stack Pointer

810 views

9 years ago

Roel Van de Paar
Manually storing the stack pointer rather than using push and pop (Assembly) (2 Solutions!!)

Manually storing the stack pointer rather than using push and pop (Assembly) Helpful? Please support me on Patreon: ...

2:11
Manually storing the stack pointer rather than using push and pop (Assembly) (2 Solutions!!)

4 views

4 years ago

The Coding Gopher
Stack vs Heap Memory

Wondering how stack and heap memory really work? Dive into this in-depth guide to understand essential memory concepts with ...

6:32
Stack vs Heap Memory

10,890 views

1 year ago

MalwareAnalysisForHedgehogs
Binary Ninja - Fix unresolved stack pointer

Quick explanation on how to fix "This Function has unresolved stack usage" in Binary Ninja. Malware analysis courses: ...

5:30
Binary Ninja - Fix unresolved stack pointer

1,088 views

1 year ago

Starbeamrainbowlabs
Assembly Stack Example

An example of how assembly uses the stack. Pushing the base pointer and other registers onto the stack are omitted for clarity.

1:45
Assembly Stack Example

1,279 views

9 years ago

R U ready to study
stack and stack pointer  in kannada |Example program |8051 microcontroller| embedded system

stackandstackpointerinkannada #stackandstackpointer #stack stack and stack pointer in kannada |Example program |8051 ...

10:39
stack and stack pointer in kannada |Example program |8051 microcontroller| embedded system

456 views

4 years ago

Aaron Baugher
6502 Assembly Language Programming #17: Pointers to Pointers

While coding on the Worm program in video #16, I realized we would need pointers to pointers, or double-pointers. I didn't think ...

22:31
6502 Assembly Language Programming #17: Pointers to Pointers

682 views

6 years ago

Singapore Gophers
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

Speaker: Jacob Walker, Ardan Labs (@jcbwlkr) Like C, Go uses both stack and heap memory. How can a Gopher know which is ...

21:39
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

80,704 views

6 years ago

GNU Tools Cauldron
s390: Stack tracing using Frame Pointer, Back Chain, and SFrame

The talk will provide an overview of the different stack tracing methods (un-)available on s390 for user space. It will cover: Why ...

44:09
s390: Stack tracing using Frame Pointer, Back Chain, and SFrame

65 views

2 months ago

Java
Brendan Gregg on the Preserve Frame Pointer Option in JDK 8

Interview with Netflix engineer Brendan Gregg on the new preserve frame pointer option introduced in JDK 8 update 60 that ...

7:05
Brendan Gregg on the Preserve Frame Pointer Option in JDK 8

1,433 views

10 years ago