From owner-freebsd-hackers Fri May 5 20:36:54 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.ptd.net (mail1.ha-net.ptd.net [207.44.96.65]) by hub.freebsd.org (Postfix) with SMTP id 3AE3F37B609 for ; Fri, 5 May 2000 20:36:50 -0700 (PDT) (envelope-from tms2@mail.ptd.net) Received: (qmail 10299 invoked from network); 6 May 2000 03:36:53 -0000 Received: from du91.cli.ptd.net (HELO mail.ptd.net) (204.186.33.91) by mail.ptd.net with SMTP; 6 May 2000 03:36:53 -0000 Message-ID: <39139301.E98DE333@mail.ptd.net> Date: Fri, 05 May 2000 23:35:29 -0400 From: "Thomas M. Sommers" Organization: No X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "G. Adam Stanislav" Cc: hackers@freebsd.org Subject: Re: APJ Article References: <20000505160736.A228@whizkidtech.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "G. Adam Stanislav" wrote: > > I pose a question in it (where can an assembly language program find its > command line): If anyone knows the answer, I'd love to hear it! It's on the stack; first argc, and then the argv pointers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message