1
0
Fork
You've already forked nasm
0
nasm with the build system replaced by zig https://nasm.us/
  • C 96.8%
  • Perl 2.5%
  • AGS Script 0.2%
  • Zig 0.2%
  • Slash 0.2%
Find a file
2025年09月08日 01:09:21 +02:00
asm add generated files and build.zig 2023年02月05日 10:08:10 -07:00
common Add {rex} prefix, simplify prefix handling, better error messages 2021年04月27日 11:37:42 -07:00
config add generated files and build.zig 2023年02月05日 10:08:10 -07:00
disasm insns: drop special handling of conditional instructions 2022年11月12日 12:37:37 -08:00
headers
include add generated files and build.zig 2023年02月05日 10:08:10 -07:00
macros add generated files and build.zig 2023年02月05日 10:08:10 -07:00
misc misc/emacstbl.pl: add NASM version to output, add to Makefile 2022年11月17日 12:52:52 -08:00
nasmlib don't use __DATE__ 2024年08月30日 18:58:53 -07:00
output output: when converting OUT_SEGMENT to legacy, don't lose the addend 2022年12月07日 10:51:33 -08:00
perllib Fix some typos 2022年01月09日 17:34:35 +01:00
stdlib
x86 add generated files and build.zig 2023年02月05日 10:08:10 -07:00
.gitattributes
.gitignore don't use __DATE__ 2024年08月30日 18:58:53 -07:00
build.zig Update to zig v0.16.0-dev.13+1594c8055 2025年09月08日 01:09:21 +02:00
build.zig.zon Update to zig v0.16.0-dev.13+1594c8055 2025年09月08日 01:09:21 +02:00
LICENSE
README.md delete unnecessary files 2023年02月05日 08:19:03 -07:00

This is a fork of NASM, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

Original README follows:


NASM, the Netwide Assembler

master

Many many developers all over the net respect NASM for what it is: a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!).

Now we have good news for you: NASM is licensed under the "simplified" (2-clause) BSD license. This means its development is open to even wider society of programmers wishing to improve their lovely assembler.

Visit our nasm.us website for more details.

With best regards, the NASM crew.