ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,069 results

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

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

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

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

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

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,926 views

1 year ago

Peter Schneider
Pointers reassignment with value from stack

Pointers reassignment with value from stack I hope you found a solution that worked for you :) The Content is licensed under ...

2:38
Pointers reassignment with value from stack

24 views

11 months 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,246 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

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,766 views

6 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

Peter Schneider
constexpr works for stack pointers, why?

constexpr works for stack pointers, why? I hope you found a solution that worked for you :) The Content (except music & images) is ...

2:37
constexpr works for stack pointers, why?

0 views

2 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)

450 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

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

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

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

180 views

4 years 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,089 views

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