From owner-freebsd-questions@FreeBSD.ORG Mon Oct 2 18:11:10 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 88BAF16A47E for ; Mon, 2 Oct 2006 18:11:10 +0000 (UTC) (envelope-from ograbme@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A75943D53 for ; Mon, 2 Oct 2006 18:11:10 +0000 (GMT) (envelope-from ograbme@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so457164wra for ; Mon, 02 Oct 2006 11:11:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:x-mailer:reply-to:x-priority:message-id:to:subject:mime-version:content-type:content-transfer-encoding; b=aUKTcdio7gZBEbbj5jPjKI7+PwdUQaK/Qecz8jarg516+wA+6otVeylew16eHiHpeXu63Gh5gIpXV/3lm8Z2utEYayndzIC1N961qrL5+O66rwcf8HfNKGqBsBbfgX+oxhloFAJ4X4v8TV5Eq0IUKcz9Ye8udvMkKHlVliERtpQ= Received: by 10.90.27.6 with SMTP id a6mr3047526aga; Mon, 02 Oct 2006 11:11:09 -0700 (PDT) Received: from server ( [68.215.251.141]) by mx.gmail.com with ESMTP id 9sm857622wrl.2006.10.02.11.11.07; Mon, 02 Oct 2006 11:11:08 -0700 (PDT) Date: Mon, 2 Oct 2006 14:15:55 -0400 From: ograbme X-Mailer: The Bat! (v2.11.02) X-Priority: 3 (Normal) Message-ID: <18110045768.20061002141555@gmail.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: What assembler(s) do you folks use with FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ograbme List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 18:11:10 -0000 Howdy folks, 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. Any recommendations re: assemblers that you've used and experienced good results ... meaning you enjoyed using when needed. LOL! Thanks in advance.