Nasm

Jul 20, 2023

General-purpose multi-platform x86 and amd64 assembler

The Netwide Assembler NASM is an x86 and amd64 x86-64 assembler designed for portability and modularity. It will output flat-form binary files, a.out Linux and *BSD, COFF, ELF32, ELF64, Mach-O, Microsoft OMF OBJ, Win32, Win64, as86 Minix/Linux bin86 v0.3, LADsoft IEEE-695, Intel hex, Motorola S-record, and a home-grown format called RDOFF. NASM syntax is similar to Intel’s, but is less complex. It supports Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3, SSE4.1, SSE4.2, XOP/FMA4/CVT16 rev 3.03, and x64 opcodes, among others. It has strong support for macro conventions.

The port also includes NDISASM, a binary file disassembler which uses the same instruction set as NASM.



Checkout these related ports:
  • Zziplib - Library to provide transparent read access to zipped files
  • Zydis - Fast and lightweight x86/x86-64 disassembler library
  • Zycore-c - Support library with platform independent types, macros, etc for Zydis
  • Zthread - Platform-independent object-oriented C++ threading library
  • Zookeeper - Coordination Service for Distributed Applications
  • Zls - Zig LSP implementation + Zig Language Server
  • Zfp - High throughput library for compressed floating-point arrays
  • Zeal - Offline documentation browser
  • Zapcc - C++ caching compiler based on clang
  • Zanata-platform - Web-based translation platform
  • Zanata-cli - Zanata Java command line client
  • Z88dk - Complete Z80/Z180 development kit
  • Z80ex - ZiLOG Z80 CPU emulator library
  • Z80asm - Assembler for the Z80 microprocessor
  • Z80-asm - Z80 assembly code assembler and disassembler