Re: Help finding ARGC

"Mike Osipov" <[email protected]>
Newsgroups gmane.linux.assembly
Message-ID <[email protected]>
in the beginning of execution %esp point to argc value
get it: movl (%esp), %eax
or: popl %eax
Now %eax contains argc value
-
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.