doc: fix the equivalent description for %cond()

%cond(x,y,z) == %sel(1+!(x),y,z), not %sel(2-!(x),y,z).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed
tree: 0e6b8a3bb55747df696994771a375a51559dc2b7
  1. asm/
  2. autoconf/
  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. stdlib/
  18. test/
  19. tools/
  20. travis/
  21. win/
  22. x86/
  23. .editorconfig
  24. .gitattributes
  25. .gitignore
  26. .travis.yml
  27. AUTHORS
  28. autogen.sh
  29. ChangeLog
  30. CHANGES
  31. configure.ac
  32. INSTALL
  33. LICENSE
  34. Makefile.in
  35. nasm.spec.in
  36. nasm.spec.sed
  37. nasm.txt
  38. ndisasm.txt
  39. README.md
  40. SubmittingPatches
  41. version
  42. 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.

With best regards, the NASM crew.