[nasm:nasm-2.15.xx-travis] travis: add amx test

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Mon Aug 24 05:36:05 PDT 2020


Commit-ID:  4f50f4f1b42dfa077c3acb86d528d98628c68ac5
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=4f50f4f1b42dfa077c3acb86d528d98628c68ac5
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Mon, 24 Aug 2020 13:55:02 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Mon, 24 Aug 2020 13:55:02 +0300

travis: add amx test

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


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

diff --git a/test/amx.asm b/travis/test/amx.asm
similarity index 100%
copy from test/amx.asm
copy to travis/test/amx.asm
diff --git a/travis/test/amx.bin.t b/travis/test/amx.bin.t
new file mode 100644
index 00000000..ad28ba5b
--- /dev/null
+++ b/travis/test/amx.bin.t
@@ -0,0 +1 @@
+ÄâxIÄâyIÄâ{IÀÄâ{K Äâ{KÄâ{KPÄâyK ÄâyKÄâyKPÄâz\ÀÄâ{^ÀÄây^ÀÄâz^ÀÄâx^ÀÄâzK ÄâzKÄâzKPÄâxIÀÄâxIÄâyIÄâ{IÈÄâ{K Äâ{KÄâ{KPÄâyK ÄâyKÄâyKPÄâr\ÉÄâs^ÉÄâq^ÉÄâr^ÉÄâp^ÉÄâzK ÄâzKÄâzKPÄâxIÀÄâxIÄâyIÄâ{IÐÄâ{K Äâ{KÄâ{KPÄâyK ÄâyKÄâyKPÄâj\ÒÄâk^ÒÄâi^ÒÄâj^ÒÄâh^ÒÄâzK ÄâzKÄâzKPÄâxIÀÄâxIÄâyIÄâ{IØÄâ{K Äâ{KÄâ{KPÄâyK ÄâyKÄâyKPÄâb\ÛÄâc^ÛÄâa^ÛÄâb^ÛÄâ`^ÛÄâzK ÄâzKÄâzKPÄâxIÀÄâxIÄâyIÄâ{IàÄâ{K$ Äâ{K$Äâ{K$PÄâyK$ ÄâyK$ÄâyK$PÄâZ\äÄâ[^äÄâY^äÄâZ^äÄâX^äÄâzK$ ÄâzK$ÄâzK$PÄâxIÀÄâxIÄâyIÄâ{IèÄâ{K, Äâ{K,Äâ{K,PÄâyK, ÄâyK,ÄâyK,PÄâR\íÄâS^íÄâQ^íÄâR^íÄâP^íÄâzK, ÄâzK,ÄâzK,PÄâxIÀÄâxIÄâyIÄâ{IðÄâ{K4 Äâ{K4Äâ{K4PÄâyK4 ÄâyK4ÄâyK4PÄâJ\öÄâK^öÄâI^öÄâJ^öÄâH^öÄâzK4 ÄâzK4ÄâzK4PÄâxIÀÄâxIÄâyIÄâ{IøÄâ{K< Äâ{K<Äâ{K<PÄâyK< ÄâyK<ÄâyK<PÄâB\ÿÄâC^ÿÄâA^ÿÄâB^ÿÄâ@^ÿÄâzK< ÄâzK<ÄâzK<PÄâxIÀ
\ No newline at end of file
diff --git a/travis/test/amx.json b/travis/test/amx.json
new file mode 100644
index 00000000..6697331e
--- /dev/null
+++ b/travis/test/amx.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test AMX instructions",
+		"id": "amx",
+		"format": "bin",
+		"source": "amx.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "amx.bin" }
+		]
+	}
+]


More information about the Nasm-commits mailing list