linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steffen Solyga <solyga@absinth.net>
To: linux assembly <linux-assembly@vger.kernel.org>
Cc: Mike Osipov <mike.osipov@gmail.com>
Subject: Re: Help finding ARGC
Date: Tue, 27 Nov 2007 22:12:47 +0100	[thread overview]
Message-ID: <20071127211247.GB4634@absinth.net> (raw)
In-Reply-To: <3a8eab9b0711150156u71d15753u39ce9d8332de64e0@mail.gmail.com>

maybe you want to have a look at this one
http://linux.xulin.de/asm/cmdline/

Citing Mike Osipov (Thursday, 2007/11/15 12:56)...

> 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
------------------------------------
Steffen Solyga
mail: solyga@absinth.net
www : http://www.absinth.net/solyga/
------------------------------------

      reply	other threads:[~2007-11-27 21:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-15  5:01 Help finding ARGC Liam
2007-11-15  9:56 ` Mike Osipov
2007-11-27 21:12   ` Steffen Solyga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071127211247.GB4634@absinth.net \
    --to=solyga@absinth.net \
    --cc=linux-assembly@vger.kernel.org \
    --cc=mike.osipov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).