aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-11-24 16:36:34 +0000
committergingerBill <bill@gingerbill.org>2021-11-24 16:36:34 +0000
commit70d4bc8573f9d339a18980ba3e85ae9b8490d77c (patch)
tree5996c51c8a3f03c59e6d6ecf1448504e14e155fc /bin
parentbc775afccbc320f0b37639511b620567669ddea7 (diff)
Add nasm binaries
Diffstat (limited to 'bin')
-rw-r--r--bin/nasm/LICENSE29
-rw-r--r--bin/nasm/nasm.exebin0 -> 1388544 bytes
-rw-r--r--bin/nasm/ndisasm.exebin0 -> 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
new file mode 100644
index 000000000..a2e61291a
--- /dev/null
+++ b/bin/nasm/nasm.exe
Binary files differ
diff --git a/bin/nasm/ndisasm.exe b/bin/nasm/ndisasm.exe
new file mode 100644
index 000000000..c4a5b9587
--- /dev/null
+++ b/bin/nasm/ndisasm.exe
Binary files differ