Confusion of the "stack" in Assembly-level programming
- by Bigyellow Bastion
What is the "stack" exactly? I've read articles, tried comprehending it through my understanding, experience, and educated guessing of programming and computers, but I'm a bit perplexed here.
The "stack" is a region in RAM? Or is it some other space I'm uncertain of here?
The processor pushes bits through registers on to the stack in RAM, or do I…