This project is a fork of the nasm.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/nasm.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerlars.maier@tefax.net
last changeFri, 17 Oct 2014 22:19:41 +0000 (17 15:19 -0700)
content tags
add:
README
              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.

The NASM project is now situated at SourceForge.net, the most
popular Open Source development site on the Internet.

Visit our website at http://nasm.sourceforge.net/ and our
SourceForge project at http://sourceforge.net/projects/nasm/

See the file CHANGES for the description of changes between revisions,
and the file AUTHORS for a list of contributors.

                                                   With best regards,
                                                           NASM crew.
shortlog
2014-10-17 Jim KukunasNASM 2.11.06masternasm-2.11.06
2014-10-17 Jim Kukunasdoc: Document -MF/-MD and updated AVX512 instructions
2014-10-16 Mark CharneySync to public Intel EAS version 021.
2014-09-21 Cyrill Gorcunovoutput: elf -- Use common elf_ structures
2014-09-21 Cyrill Gorcunovoutput: elf -- Move common structures into outelf.h...
2014-08-29 Cyrill Gorcunovoutput: elf -- Move elf_directive into single instance
2014-08-29 Cyrill Gorcunovoutput: elf -- Rename section_attrib to elf_section_attrib
2014-08-25 Cyrill Gorcunovinsns: Move 'np' mnemonic into @plain_codes
2014-08-25 Cyrill Gorcunovassemble.c: Introduce mnemonics into bytecode spec
2014-08-07 Jim Kukunasmsvc.mak: Update insns.pl arguments
2014-06-28 Cyrill Gorcunovnasm: Handle -MF and -MD options
2014-06-28 Cyrill Gorcunovnasm: Convert operating_mode to use bitmask
2014-06-28 Cyrill Gorcunovnasm: Make op_type members being capitals
2014-06-28 Cyrill Gorcunovpreproc: pp_cleanup -- Don't forget to zeroify variables
2014-06-28 Cyrill Gorcunovpreproc: Use nasm_zalloc in new_Block
2014-06-28 Cyrill Gorcunovpreproc: Convert tabs to spaces
...
tags
9 years ago nasm-2.11.06 NASM 2.11.06
heads
9 years ago externdefs
9 years ago master