Date: Sat, 25 May 1996 22:27:23 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: unix + asm Message-ID: <199605252027.WAA27031@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.91.960525062149.2599C-100000@onyx.nervosa.com> from "Chris J. Layne" at "May 25, 96 06:23:08 am"
next in thread | previous in thread | raw e-mail | index | archive | help
As Chris J. Layne wrote: > I was wondering where I could find info (preferably the web) on > programming Assembly on Unix systems, preferrably FreeBSD on the 80x86 > arch. Any info would be appreciated. While documentation on Unix is generally stored in files ending in .c, documentation on assembler programming in Unix is generally stored in files ending in .s or .S. I think there has been a paper on assembler programming in the V7 documentation (somewhere in volume 2), but i haven't ever printed it. (NB: the V7 doc is available online, but it often requires a fair amount of tweaking to be formatted with groff, since it has been written for the original [device-dependant, i.e. C-A-T] troff.) Of course, all this raises the question: why do you wanna do this? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605252027.WAA27031>