For every PUSH instruction, the stack increases 2 bytes in size. It's pos- sible-possibly due to a bug in a program-that the stack will get so big that it will begin to overwrite some code or data needed by a program.
This is a problem known as stack overflow.
This is a problem known as stack overflow.