From owner-freebsd-questions@FreeBSD.ORG Mon Oct 2 18:25:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC7416A415 for ; Mon, 2 Oct 2006 18:25:33 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D496443D49 for ; Mon, 2 Oct 2006 18:25:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 5D7205EBD; Mon, 2 Oct 2006 14:25:32 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g-L1UaQeLCMu; Mon, 2 Oct 2006 14:25:31 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id F3F6B5C62; Mon, 2 Oct 2006 14:25:30 -0400 (EDT) In-Reply-To: <18110045768.20061002141555@gmail.com> References: <18110045768.20061002141555@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <990290F9-EF90-43DC-A137-852BFBC24DBC@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 2 Oct 2006 14:25:29 -0400 To: ograbme X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: What assembler(s) do you folks use with FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 18:25:33 -0000 On Oct 2, 2006, at 2:15 PM, ograbme wrote: > I've been playing with the gcc compiler along with Perl 5.8.8 (both > supplied with FreeBSD) and have enjoyed it. I got to thinking about > what assemblers (hopefully of the 'free' variety) you folks have used > or may be using on FreeBSD. In my case, the standalone platforms > contain Intel x586, x686 and AMD K6-2 500 MHz cpu's. Most people use the stock assembler, 'as', which comes with the system: % as --version GNU assembler 2.15 [FreeBSD] 2004-05-23 [ ... ] -- -Chuck