From owner-freebsd-hackers Fri May 5 14:35: 2 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 42BCE37BC93 for ; Fri, 5 May 2000 14:34:59 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id XAA03267; Fri, 5 May 2000 23:34:19 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "G. Adam Stanislav" Cc: hackers@FreeBSD.ORG Subject: Re: APJ Article In-reply-to: Your message of "Fri, 05 May 2000 16:07:36 CDT." <20000505160736.A228@whizkidtech.net> Date: Fri, 05 May 2000 23:34:19 +0200 Message-ID: <3265.957562459@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000505160736.A228@whizkidtech.net>, "G. Adam Stanislav" writes: >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! You want to look in src/lib/csu for the "magic assembler" which is part of all programs. There you will find both the environment and the cmd line args. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message