Ports for SerenityOS
Collections What's new Versions Info Sign in

Netwide Assembler (NASM) 2.16.01 🞉

An asssembler for the x86 CPU architecture portable to nearly every modern platform.

cd Ports/nasm
./package.sh

Screenshot

The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, Mach-O, 16-bit and 32-bit .obj (OMF) format, COFF (including its Win32 and Win64 variants.) It can also output plain binary files, Intel hex and Motorola S-Record formats. Its syntax is designed to be simple and easy to understand, similar to the syntax in the Intel Software Developer Manual with minimal complexity. It supports all currently known x86 architectural extensions, and has strong support for macros.

Website: https://www.nasm.us/

Port: https://github.com/SerenityOS/serenity/tree/master/Ports/nasm

Sign in to vote

✍️ Edit this page

Similar ports

Port icon has the following license: 2-clause BSD license http://www.linfo.org/bsdlicense.html (c) 2012 H. Peter Anvin