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.

2008-06-10 18:17 Back to release list
2.03

Esta versión incluye el soporte para Intel AVX, CLMUL, y las instrucciones de FMA, incluidos los registros YMM, así como la INVEPT, INVVPID, y las instrucciones de MOVBE. También se incluye soporte para el formato de depuración DWARF para ELF objetivos, SEH añade soporte para Windows, mejora la generación de las dependencias de Makefile, y corrige un gran número de errores.
Tags: Major feature enhancements
This release adds support for Intel AVX, CLMUL, and FMA instructions, including YMM registers as well as the INVEPT, INVVPID, and MOVBE instructions. It also adds support for the DWARF debugging format for ELF targets, adds SEH support for Windows, improves generation of Makefile dependencies, and fixes a large number of bugs.

Project Resources