mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
23460a661b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3420 af4574ff-66df-0310-9fd7-8a98e5e911e0
104 lines
2.9 KiB
XML
104 lines
2.9 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-md5sum "9f682490c132b070d54e395cb6ee145e">
|
|
<!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>
|
|
<indexterm zone="NASM">
|
|
<primary sortas="a-NASM">NASM</primary></indexterm>
|
|
|
|
<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 MD5 sum: &NASM-md5sum;</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
|
|
the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>nasm and ndisasm</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<varlistentry id="nasm-prog">
|
|
<term><command>nasm</command></term>
|
|
<listitem><para>is a portable 80x86 assembler.</para>
|
|
<indexterm zone="NASM nasm-prog">
|
|
<primary sortas="b-nasm">nasm</primary>
|
|
</indexterm></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ndisasm">
|
|
<term><command>ndisasm</command></term>
|
|
<listitem><para>is an 80x86 binary file disassembler.</para>
|
|
<indexterm zone="NASM ndisasm">
|
|
<primary sortas="b-ndisasm">ndisasm</primary>
|
|
</indexterm></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|