While messing around with assembly i printed the value of %esp when nothing is on the stack. It was 80. Does this mean that there are only 80 bytes on the stack. If yes then how does all the cmd line args and stuff fit in it. Or is the stack dynamically adjusted for the size of the program Thanks
Nikhil