mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added indexing tags to NASM
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3376 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b577f26382
commit
3b764a4e1d
@ -18,6 +18,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="NASM.html" ?>
|
||||
<title>NASM-&NASM-version;</title>
|
||||
<indexterm zone="NASM">
|
||||
<primary sortas="a-NASM">NASM</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to
|
||||
@ -50,27 +52,49 @@ disassembler as well.</para>
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
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>
|
||||
|
||||
<para>The <application><acronym>NASM</acronym></application> package contains
|
||||
<command>nasm</command> and <command>ndisasm</command> programs.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>nasm and ndisasm</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>nasm</title>
|
||||
<para><command>nasm</command> is a portable 80x86 assembler.</para></sect3>
|
||||
<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>
|
||||
|
||||
<sect3><title>ndisasm</title>
|
||||
<para><command>ndisasm</command> is an 80x86 binary file
|
||||
disassembler.</para></sect3>
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user