Where should my stack segment be located and how large shoul
Posted: Sun Aug 31, 2003 2:42 am
I read a tutorial that just uses a code and a data segment with the same size and location and place the stack in the data segment.
But i also read that there is the possibility to have special stack segments. I'd preffer to use that, but i don't know how large to make it and were to locate it.
I think it would be good to use data and code segment as described above, but make them smaller and put the stack in the remaining space(?)
But still i don't know how large to make my code/data space and where to put the stack then.. ???
But i also read that there is the possibility to have special stack segments. I'd preffer to use that, but i don't know how large to make it and were to locate it.
I think it would be good to use data and code segment as described above, but make them smaller and put the stack in the remaining space(?)
But still i don't know how large to make my code/data space and where to put the stack then.. ???