mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 16:43:26 +02:00
20 lines
882 B
XML
20 lines
882 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>arthurzam@gentoo.org</email>
|
|
<name>Arthur Zamarin</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
|
|
and modularity. It supports a range of object file formats, including Linux
|
|
and NetBSD/FreeBSD a.out, ELF, COFF, Microsoft 16-bit OBJ and Win32. It
|
|
will also output plain binary files. Its syntax is designed to be simple
|
|
and easy to understand, similar to Intel's but less complex. It supports
|
|
Pentium, P6, MMX, 3DNow!, SSE and SSE2 opcodes, and has macro capability.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">netwide-assembler/nasm</remote-id>
|
|
<bugs-to>https://bugzilla.nasm.us/</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|