Every method, procedure, function, interrupt, local variables, etc. call place own return address (CS:IP) to the stack. If you place something on the stack, it will be decreased (eat the stack), until 0, then the stack overflow message will be appear...<br>
The common way to do this, write a recursive function with wrong exiting conditionals.<br>
<br>
Good luck. Bye, Otto.<br>