From: Ryan McGee Newsgroups: comp.os.msdos.djgpp Subject: NASM functions Date: Wed, 10 Dec 1997 17:07:51 -0600 Organization: InLink Communications Company Lines: 15 Message-ID: <348F20C7.4ED52C21@spam.me> NNTP-Posting-Host: iits01191.inlink.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I would greatly appreciate it if someone could explain to me how this code allows you to accsess your paremiters passed to that function: push ebp move eax, [ebp + 8) The question I have is how do you access the stack by pushing the value of bp onto it? Thanks Ryan _________________________________________________________________________ If you feel the need to e-mail me, please do it at RDM AT inlink DOT com