Introduce NASM compilation rules and macros for Bazel

- Added `nasm_compile` rule for compiling individual .asm files.
- Added `nasm_library` macro to build static libraries from .asm sources.
- Included comprehensive documentation for rules, functions, and attributes.
- Update licensing and visibility

This allows dependencies to use the nasm compiler.

Bug: 342030985
Change-Id: I2a261e3ccc9953e3db81aa412a990d309b30a582
2 files changed
tree: 48cfc2bcf85e59d933af5fb9070671437d0bceb7
  1. asm/
  2. bazel/
  3. common/
  4. config/
  5. contrib/
  6. disasm/
  7. doc/
  8. headers/
  9. include/
  10. macros/
  11. misc/
  12. Mkfiles/
  13. nasmlib/
  14. nsis/
  15. output/
  16. perllib/
  17. rdoff/
  18. stdlib/
  19. test/
  20. tools/
  21. travis/
  22. x86/
  23. .gitignore
  24. .travis.yml
  25. aclocal.m4
  26. AUTHORS
  27. autogen.sh
  28. BUILD
  29. BUILD.gn
  30. ChangeLog
  31. CHANGES
  32. codereview.settings
  33. configure.ac
  34. find_patches.py
  35. generate_nasm_sources.py
  36. INSTALL
  37. install-sh
  38. LICENSE
  39. Makefile.in
  40. nasm.spec.in
  41. nasm.spec.sed
  42. nasm.txt
  43. nasm_assemble.gni
  44. nasm_sources.gni
  45. ndisasm.txt
  46. PRESUBMIT.py
  47. README.chromium
  48. README.md
  49. README.patches
  50. SubmittingPatches
  51. TODO
  52. version
  53. version.h
  54. version.pl
README.md

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. We are gradually moving services away from Sourceforge. For our remaining Sourceforge services see here.

With best regards, the NASM crew.