From owner-freebsd-questions Sun Nov 2 17:59:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA26540 for questions-outgoing; Sun, 2 Nov 1997 17:59:43 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from postoffice.onu.edu (postoffice.onu.edu [140.228.10.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA26533 for ; Sun, 2 Nov 1997 17:59:38 -0800 (PST) (envelope-from n-ludban@onu.edu) Received: from austin.onu.edu (austin.onu.edu [140.228.10.1]) by postoffice.onu.edu (8.8.5/8.8.5) with SMTP id UAA09261; Sun, 2 Nov 1997 20:59:26 -0500 (EST) Date: Sun, 2 Nov 1997 20:59:30 -0500 (EST) From: Neil Ludban To: Wei Weng cc: freebsd-questions Subject: Re: assembler for freebsd In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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. --Neil On Sun, 2 Nov 1997, Wei Weng wrote: > hi. folks > Is there an assembler for freebsd? And is the assembly language under > freebsd the same as under dos? > > thanx in advance > > wei