Download List

Descripción del Proyecto

NASM is an 80x86 assembler designed for portability and modularity. It supports a range of object file formats including Linux a.out and ELF, COFF, Microsoft 16-bit OBJ, Win32/64, and Apple Mach-O. 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 all currently known opcodes, and has advanced macro capability. It includes a disassembler as well.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-20 17:35
2.07

Este es el primer lanzamiento bajo el 2-cláusula (simplificado) licencia BSD. Esta versión incluye el 64-bit Mach-O (Mac OS X) el apoyo y la capacidad de generar hex Intel o registros-S directamente, pero por lo demás todo un bugfix release.
This is the first release under the 2-clause (simplified) BSD license. This release adds 64-bit Mach-O (Mac OS X) support and the ability to generate Intel hex or S-records directly, but is otherwise primarily a bugfix release.

2009-06-30 13:12
2.06

Esta versión incluye el soporte para Intel AVX revisión 5 y AMD revisión XOP/FMA4/CVT16 3,03. El preprocesador tiene una nueva característica de expansión indirecta macro, el ELF backends ahora es compatible con el almacenamiento local de subprocesos, y un número de errores han sido corregidos.
This release adds support for Intel AVX revision 5 and AMD XOP/FMA4/CVT16 revision 3.03. The preprocessor has a new indirect macro expansion feature, the ELF backends now supports thread-local storage, and a number of bugs have been fixed.

2008-10-30 08:49
2.05.01

Esta versión corrige el análisis de la -W/-w (advertencia activar / desactivar) la opción, que se rompió en 2,05. Es estrictamente un comunicado de parche.
Tags: Minor bugfixes
This release fixes the parsing of the -W/-w (warning enable/disable) option, which was broken in 2.05. It is strictly a patch release.

2008-10-24 13:31
2.05

Esta versión incluye una revisión masiva de las ELF64 backend para el cumplimiento de especificaciones. Que fija las compensaciones incorrectas en RIP-direccionamiento relativo a la ejecución inmediata de las instrucciones, errores en la directiva ALIGN, el manejo de la directiva include% dentro de macros, y un grupo de instrucciones que tenían patrones incorrectos.
Tags: Major bugfixes
This release includes a massive overhaul of the ELF64 backend for spec compliance. It fixes incorrect offsets in RIP-relative addressing in immediate-carrying instructions, bugs in the ALIGN directive, the handling of the %include directive inside macros, and a handful of instructions that had incorrect patterns.

2008-09-26 13:04
2.04

Esto es principalmente un bugfix release. En particular, debe terminar de una vez por todas las alteraciones introducidas por las referencias hacia delante cuando paso limitado. Se introduce algunas nuevas características, sobre todo en el preprocesador. Se añade soporte para BCD empaquetado y constantes UTF-16/UTF-32. También se incluye soporte para "la adaptación inteligente", el relleno de la región de lado con código optimizado.
Tags: Major bugfixes
This is primarily a bugfix release. In particular, it should end once and for all abnormalities introduced by forward references when pass-limited. It does introduce some new features, mostly in the preprocessor. It adds support for packed BCD and UTF-16/UTF-32 constants. It also adds support for "smart" alignment, padding the bypassed region with optimized code.

Project Resources