diff options
| author | gingerBill <bill@gingerbill.org> | 2021-11-24 16:36:34 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-11-24 16:36:34 +0000 |
| commit | 70d4bc8573f9d339a18980ba3e85ae9b8490d77c (patch) | |
| tree | 5996c51c8a3f03c59e6d6ecf1448504e14e155fc /bin | |
| parent | bc775afccbc320f0b37639511b620567669ddea7 (diff) | |
Add nasm binaries
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/nasm/LICENSE | 29 | ||||
| -rw-r--r-- | bin/nasm/nasm.exe | bin | 0 -> 1388544 bytes | |||
| -rw-r--r-- | bin/nasm/ndisasm.exe | bin | 0 -> 952832 bytes |
3 files changed, 29 insertions, 0 deletions
diff --git a/bin/nasm/LICENSE b/bin/nasm/LICENSE new file mode 100644 index 000000000..331e2600a --- /dev/null +++ b/bin/nasm/LICENSE @@ -0,0 +1,29 @@ +NASM is now licensed under the 2-clause BSD license, also known as the +simplified BSD license. + + Copyright 1996-2010 the NASM Authors - All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following + conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/bin/nasm/nasm.exe b/bin/nasm/nasm.exe Binary files differnew file mode 100644 index 000000000..a2e61291a --- /dev/null +++ b/bin/nasm/nasm.exe diff --git a/bin/nasm/ndisasm.exe b/bin/nasm/ndisasm.exe Binary files differnew file mode 100644 index 000000000..c4a5b9587 --- /dev/null +++ b/bin/nasm/ndisasm.exe |