[nasm:master] travis: add movhpd

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Sun Oct 11 06:00:05 PDT 2020


Commit-ID:  5f753b9b0d141b43cda2740ec69b61ab7c238f77
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=5f753b9b0d141b43cda2740ec69b61ab7c238f77
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sun, 11 Oct 2020 15:33:22 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sun, 11 Oct 2020 15:33:22 +0300

travis: add movhpd

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 {test => travis/test}/movhpd.asm |  0
 travis/test/movhpd.bin.t         |  1 +
 travis/test/movhpd.json          | 12 ++++++++++++
 3 files changed, 13 insertions(+)

diff --git a/test/movhpd.asm b/travis/test/movhpd.asm
similarity index 100%
copy from test/movhpd.asm
copy to travis/test/movhpd.asm
diff --git a/travis/test/movhpd.bin.t b/travis/test/movhpd.bin.t
new file mode 100644
index 00000000..880d67cb
--- /dev/null
+++ b/travis/test/movhpd.bin.t
@@ -0,0 +1 @@
+fGfGfNfNÅñPÅñPÅáXÅáXÅùaÅùa
\ No newline at end of file
diff --git a/travis/test/movhpd.json b/travis/test/movhpd.json
new file mode 100644
index 00000000..d5dca7b6
--- /dev/null
+++ b/travis/test/movhpd.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test movhpd instruction",
+		"id": "movhpd",
+		"format": "bin",
+		"source": "movhpd.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "movhpd.bin" }
+		]
+	}
+]


More information about the Nasm-commits mailing list