Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

knowledge for noobs

Name: Anonymous 2016-07-23 4:48

How are procedure calls implemented? well you need to push a return address so that once the procedure completes it knows where to go back to, and you need to push all the parameters too, then you simple jump into the procedures code address.

And what is a tail call? its exactly the same as a normal procedure call except that the current stack frame is replaced or overwritten rather than a new one being created.

Name: Anonymous 2016-07-23 5:40

>>6
What calling convention does a Turing machine use?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List