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