Date: Sun, 2 Nov 1997 20:59:30 -0500 (EST) From: Neil Ludban <n-ludban@onu.edu> To: Wei Weng <wweng@stevens-tech.edu> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: assembler for freebsd Message-ID: <Pine.A32.3.96.971102204435.31507B-100000@austin.onu.edu> In-Reply-To: <Pine.SGI.3.96.971102164808.12912A-100000@attila.stevens-tech.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.A32.3.96.971102204435.31507B-100000>