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