Implementing a stack using a register machine, the frame pointer, the stack pointer, the call stack, return addresses, and the stack buffer overflow

Introduction

Introduction

Don’t need external memory, can just do this in registers.

The stack counter and adding to the stack

Popping the stack

Stack buffer overflow