NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on July 16, 2008, 09:46:13 PM

Title: how to make Function/Procdeure using stack
Post by: nobody on July 16, 2008, 09:46:13 PM
Hi,


I am on a learning curve for NASM-Assm. I tried look out for how to create Functions and procedure using stack in 80X86 assembly but still i am not able to appreciate what I got yet.

Could someone pls provide a good tutorial for that I mean passing parameter to a procedure using EBP without EBP and all ways.all in all i want to know how to work with stacks using NASM(or give generic tut would work too !!) in proper way please i urge u ppl guide me that's the last stage i m stuck with to start coding...

Cheers.
Title: Re: how to make Function/Procdeure using stack
Post by: nobody on July 17, 2008, 01:50:51 AM
I have learned a lot from http://www.cs.lmu.edu/~ray/notes/nasmexamples. (http://www.cs.lmu.edu/~ray/notes/nasmexamples.) It was good at giving some starting point code, especially for making function calls.
Title: Re: how to make Function/Procdeure using stack
Post by: nobody on July 17, 2008, 02:47:01 PM
Hi

Thanks for the help though this link is not working i believe :(
Title: Re: how to make Function/Procdeure using stack
Post by: nobody on July 17, 2008, 02:48:09 PM
Hi
Make me pardon that works!!

and many thanks !!