Changeset 3b764a4
- Timestamp:
- 02/01/2005 08:45:29 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7887ef0e
- Parents:
- b577f26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/nasm.xml
rb577f26 r3b764a4 19 19 <?dbhtml filename="NASM.html" ?> 20 20 <title>NASM-&NASM-version;</title> 21 <indexterm zone="NASM"> 22 <primary sortas="a-NASM">NASM</primary></indexterm> 21 23 22 24 <sect2> … … 51 53 52 54 <screen><userinput><command>./configure --prefix=/usr && 53 make && 54 make install</command></userinput></screen> 55 make</command></userinput></screen> 56 57 <para>Now, as the root user:</para> 58 59 <screen><userinput role='root'><command>make install</command></userinput></screen> 55 60 56 61 </sect2> … … 59 64 <title>Contents</title> 60 65 61 <para>The <application><acronym>NASM</acronym></application> package contains 62 <command>nasm</command> and <command>ndisasm</command> programs.</para> 66 <segmentedlist> 67 <segtitle>Installed Programs</segtitle> 68 <segtitle>Installed Libraries</segtitle> 69 <segtitle>Installed Directories</segtitle> 63 70 64 </sect2> 71 <seglistitem> 72 <seg>nasm and ndisasm</seg> 73 <seg>None</seg> 74 <seg>None</seg> 75 </seglistitem> 76 </segmentedlist> 65 77 66 <sect2><title>Description</title> 78 <variablelist> 79 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 80 <?dbfo list-presentation="list"?> 67 81 68 <sect3><title>nasm</title> 69 <para><command>nasm</command> is a portable 80x86 assembler.</para></sect3> 82 <varlistentry id="nasm-prog"> 83 <term><command>nasm</command></term> 84 <listitem><para>is a portable 80x86 assembler.</para> 85 <indexterm zone="NASM nasm-prog"> 86 <primary sortas="b-nasm">nasm</primary> 87 </indexterm></listitem> 88 </varlistentry> 70 89 71 <sect3><title>ndisasm</title> 72 <para><command>ndisasm</command> is an 80x86 binary file 73 disassembler.</para></sect3> 90 <varlistentry id="ndisasm"> 91 <term><command>ndisasm</command></term> 92 <listitem><para>is an 80x86 binary file disassembler.</para> 93 <indexterm zone="NASM ndisasm"> 94 <primary sortas="b-ndisasm">ndisasm</primary> 95 </indexterm></listitem> 96 </varlistentry> 97 </variablelist> 74 98 75 99 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.