From owner-freebsd-questions Mon Nov 3 00:33:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA17274 for questions-outgoing; Mon, 3 Nov 1997 00:33:00 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA17240 for ; Mon, 3 Nov 1997 00:32:37 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id JAA02413; Mon, 3 Nov 1997 09:31:37 +0100 (MET) From: Wolfgang Helbig Message-Id: <199711030831.JAA02413@rvc1.informatik.ba-stuttgart.de> Subject: Re: assembler for freebsd In-Reply-To: from Neil Ludban at "Nov 2, 97 08:59:30 pm" To: n-ludban@onu.edu (Neil Ludban) Date: Mon, 3 Nov 1997 09:31:37 +0100 (MET) Cc: wweng@stevens-tech.edu, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Do a web search for NASM. It gives you Dos syntax, a variety of object > formats, does both 16 and 32 bit assembly, and has a help file. FreeBSD > is a different operating system, so there will be differences in the code > you write (native 32 bit, different system calls). Be sure to get the > source and not the Dos executables; it should compile without any problem. On Oct 26 a port of nasm_0_95 was committed. You'll find the port/package in the devel subdirectory. Wolfgang