source: general/prog/nasm.xml@ 7887ef0e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7887ef0e was 3b764a4e, checked in by Randy McMurchy <randy@…>, 19 years ago

Added indexing tags to NASM

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3376 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY NASM-download-http "http://prdownloads.sourceforge.net/nasm/nasm-&NASM-version;.tar.bz2">
8<!ENTITY NASM-download-ftp " ">
9<!ENTITY NASM-size "536 KB">
10<!ENTITY NASM-buildsize "6.3 MB">
11<!ENTITY NASM-time "0.14 SBU">
12]>
13
[284d8e17]14<sect1 id="NASM" xreflabel="NASM-&NASM-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[19aa75a]19<?dbhtml filename="NASM.html" ?>
[284d8e17]20<title>NASM-&NASM-version;</title>
[3b764a4e]21<indexterm zone="NASM">
22<primary sortas="a-NASM">NASM</primary></indexterm>
[284d8e17]23
[52d29f7]24<sect2>
[bd23186f]25<title>Introduction to
26<application><acronym>NASM</acronym></application></title>
27
28<para><application><acronym>NASM</acronym></application> (Netwide Assembler)
29is an 80x86 assembler designed for portability and modularity. It includes a
[52d29f7]30disassembler as well.</para>
[bd23186f]31
[52d29f7]32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
[bd23186f]34<listitem><para>Download (HTTP):
35<ulink url="&NASM-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&NASM-download-ftp;"/></para></listitem>
[52d29f7]38<listitem><para>Download size: &NASM-size;</para></listitem>
[bd23186f]39<listitem><para>Estimated disk space required:
40&NASM-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&NASM-time;</para></listitem></itemizedlist>
[52d29f7]43</sect3>
[bd23186f]44
[52d29f7]45</sect2>
46
47<sect2>
[bd23186f]48<title>Installation of
49<application><acronym>NASM</acronym></application></title>
50
51<para>Install <application><acronym>NASM</acronym></application> by running
52the following commands:</para>
53
[52d29f7]54<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
[3b764a4e]55make</command></userinput></screen>
[bd23186f]56
[3b764a4e]57<para>Now, as the root user:</para>
[bd23186f]58
[3b764a4e]59<screen><userinput role='root'><command>make install</command></userinput></screen>
[bd23186f]60
[52d29f7]61</sect2>
[bd23186f]62
[3b764a4e]63<sect2>
64<title>Contents</title>
[bd23186f]65
[3b764a4e]66<segmentedlist>
67<segtitle>Installed Programs</segtitle>
68<segtitle>Installed Libraries</segtitle>
69<segtitle>Installed Directories</segtitle>
70
71<seglistitem>
72<seg>nasm and ndisasm</seg>
73<seg>None</seg>
74<seg>None</seg>
75</seglistitem>
76</segmentedlist>
77
78<variablelist>
79<bridgehead renderas="sect3">Short Descriptions</bridgehead>
80<?dbfo list-presentation="list"?>
81
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>
89
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>
[bd23186f]98
[52d29f7]99</sect2>
[284d8e17]100
101</sect1>
Note: See TracBrowser for help on using the repository browser.