Setting up a page as a stack
Posted: Mon Jul 30, 2012 6:59 am
How do I set up a page and use the page as a stack. I'm writing in 64 bits assembly and I'm using paging. I know pages can be set up to be used for Code (execute) or Data. But how do create a page such that pushes and pops will write to/Read from the page.
Thanks
Thanks