mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
No description
Add a build-msvc job on windows-latest that uses step-security/msvc-dev-cmd to set up the MSVC developer environment, builds NASM with 'nmake /f Mkfiles/msvc.mak', and smoke-tests the resulting nasm.exe/ndisasm.exe by assembling and disassembling a tiny program and building a win64 object file. step-security/msvc-dev-cmd is a StepSecurity-maintained, drop-in replacement for the more widely known ilammy/msvc-dev-cmd@v1 action; the latter's newest release (v1.13.0, Jan 2024) still targets the now-deprecated Node.js 20 runtime with no newer release in sight, while step-security's fork tracks Node.js 24. This is the first CI coverage of the MSVC build path (Mkfiles/msvc.mak + config/msvc.h), which previously had no automated verification. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| asm | ||
| autoconf | ||
| common | ||
| config | ||
| contrib | ||
| disasm | ||
| doc | ||
| editors | ||
| include | ||
| macros | ||
| misc | ||
| Mkfiles | ||
| nasmlib | ||
| nsis | ||
| output | ||
| perllib | ||
| stdlib | ||
| templates | ||
| test | ||
| tools | ||
| travis | ||
| win | ||
| x86 | ||
| zlib | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| CHANGES | ||
| configure.ac | ||
| INSTALL | ||
| LICENSE | ||
| Makefile.in | ||
| nasm.spec.in | ||
| nasm.spec.sed | ||
| nasm.txt | ||
| ndisasm.txt | ||
| README.md | ||
| SubmittingPatches | ||
| travis.mak.in | ||
| version | ||
| version.pl | ||
NASM, the Netwide Assembler
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.