mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
71 lines
3.2 KiB
XML
71 lines
3.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY NASM-download-http "http://prdownloads.sourceforge.net/nasm/nasm-&NASM-version;.tar.bz2">
|
|
<!ENTITY NASM-download-ftp " ">
|
|
<!ENTITY NASM-size "536 KB">
|
|
<!ENTITY NASM-buildsize "6.3 MB">
|
|
<!ENTITY NASM-time "0.14 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="NASM" xreflabel="NASM-&NASM-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="NASM.html" ?>
|
|
<title>NASM-&NASM-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>NASM</acronym></application></title>
|
|
|
|
<para><application><acronym>NASM</acronym></application> (Netwide Assembler) is
|
|
an 80x86 assembler designed for portability and modularity. It includes a
|
|
disassembler as well.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink url="&NASM-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink url="&NASM-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &NASM-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required: &NASM-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time: &NASM-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>NASM</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>NASM</acronym></application> by running thefollowing commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>NASM</acronym></application> package contains <command>nasm
|
|
</command> and <command>ndisasm</command> programs.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>nasm</title>
|
|
<para><command>nasm</command> is a portable 80x86 assembler.</para></sect3>
|
|
|
|
<sect3><title>ndisasm</title>
|
|
<para><command>ndisasm</command> is an 80x86 binary file disassembler.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|