From owner-freebsd-hackers Fri Oct 20 19:54:17 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from whizkidtech.net (r35.bfm.org [216.127.220.131]) by hub.freebsd.org (Postfix) with ESMTP id 50A4D37B4CF for ; Fri, 20 Oct 2000 19:54:14 -0700 (PDT) Received: (from adam@localhost) by whizkidtech.net (8.9.2/8.9.2) id VAA00257 for hackers@FreeBSD.org; Fri, 20 Oct 2000 21:52:58 -0500 (CDT) (envelope-from adam) Date: Fri, 20 Oct 2000 21:52:56 -0500 From: "G. Adam Stanislav" To: hackers@FreeBSD.org Subject: Assembly Journal article Message-ID: <20001020215256.A239@whizkidtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organization: Whiz Kid Technomagic X-URL: http://www.whizkidtech.net/ X-Castle: http://www.redprince.net/ X-Special-Effects: http://www.FilmSFX.com/ X-Operating-System: FreeBSD whizkidtech.net 3.1-RELEASE FreeBSD 3.1-RELEASE Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just wanted to let you all know that I have submitted my second article on FreeBSD assembly language programming to Assembly Language Journal. (The first one was published in Issue 8: http://asmjournal.freeservers.com/ ) If you want to read it before it is published, see http://www.whizkidtech.net/args.txt . If you want the code from the article, download http://www.whizkidtech.net/args.asm and assemble it with NASM: nasm -f elf args.asm ld -o args args.o strip args Cheers, Adam -- Don't send me spam, I'm a vegetarian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message