| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
| 3 |
<pkgmetadata>
|
| 4 |
<maintainer>
|
| 5 |
<email>mr_bones_@gentoo.org</email>
|
| 6 |
<name>Michael Sterrett</name>
|
| 7 |
</maintainer>
|
| 8 |
<longdescription>
|
| 9 |
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
|
| 10 |
and modularity. It supports a range of object file formats, including Linux
|
| 11 |
and NetBSD/FreeBSD a.out, ELF, COFF, Microsoft 16-bit OBJ and Win32. It
|
| 12 |
will also output plain binary files. Its syntax is designed to be simple
|
| 13 |
and easy to understand, similar to Intel's but less complex. It supports
|
| 14 |
Pentium, P6, MMX, 3DNow!, SSE and SSE2 opcodes, and has macro capability.
|
| 15 |
</longdescription>
|
| 16 |
</pkgmetadata>
|