%general-entities; ]> $LastChangedBy$ $Date$ NASM-&NASM-version; NASM Introduction to <application><acronym>NASM</acronym></application> NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well. Package information Download (HTTP): Download (FTP): Download MD5 sum: &NASM-md5sum; Download size: &NASM-size; Estimated disk space required: &NASM-buildsize; Estimated build time: &NASM-time; <application><acronym>NASM</acronym></application> dependencies Optional (for building documentation) , and or Installation of <application><acronym>NASM</acronym></application> Install NASM by running the following commands: ./configure --prefix=/usr && make && make -C rdoff/doc && make -C rdoff/doc html To build the base NASM documentation, ensure you have Ghostscript installed and issue: make doc To build the RDOFF Postscript documentation, ensure you have installed and issue: sed -i -e "s/dvips \$</& -o rdoff.ps/" rdoff/doc/Makefile && make -C rdoff/doc ps To build the RDOFF PDF documentation, ensure you have Ghostscript installed and issue: make -C rdoff/doc pdf Now, as the root user: make install && make install_rdf && install -v -m644 rdoff/doc/rdoff.info /usr/share/info && install -v -m755 -d /usr/share/doc/nasm/html && install -v -m644 rdoff/doc/v1-v2.txt /usr/share/doc/nasm && cp -v -R rdoff/doc/rdoff /usr/share/doc/nasm/html If you built the Ghostscript generated documentation, install it using the following commands as the root user: make install_doc && install -v -m644 rdoff/doc/rdoff.pdf /usr/share/doc/nasm Lastly, if you built the RDOFF Postscript documentation, install it using the following command as the root user: install -v -m644 rdoff/doc/rdoff.ps /usr/share/doc/nasm Contents Installed Programs Installed Libraries Installed Directories nasm, ndisasm, ldrdf, rdf2bin, rdf2com, rdf2ihx, rdfdump, rdflib and rdx None /usr/share/doc/nasm Short Descriptions nasm is a portable 80x86 assembler. nasm ndisasm is an 80x86 binary file disassembler. ndisasm ldrdf is an RDOFF linker. ldrdf rdfdump dumps the contents of an RDOFF file. rdfdump rdflib is an RDOFF librarian. rdflib rdx is used to load and execute an RDOFF module. rdx