[802] in Software_Announce
NASM installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Fri Jul 16 16:04:12 2004
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU, facdev@MIT.EDU
Date: Fri, 16 Jul 2004 16:03:08 -0400
From: Alex T Prengel <alexp@MIT.EDU>
I've installed NASM on Athena for Linux machines. NASM is an 80x86 assembler
designed for portability and modularity, and supports a wide range of object
formats. It supports a number of variant instructions and has macro capability.
To use it:
add nasm
nasm <options> file.asm
ndisasm is an accompanying disassembler.
There is documentation in various formats in the nasm_v0.98 locker, in
directories doc and info. A few examples are in /mit/nasm_v0.98/examples, and
a textbook with accompanying examples is in /mit/nasm_v0.98/book.
Alex