Add zex instructions for moxie port
authorAnthony Green <green@moxielogic.com>
Fri, 12 Dec 2014 13:43:49 +0000 (08:43 -0500)
committerAnthony Green <green@moxielogic.com>
Fri, 12 Dec 2014 13:45:25 +0000 (08:45 -0500)
opcodes/ChangeLog
opcodes/moxie-opc.c

index d64d138d767114aa5e57ba3646625806163fab03..76fdf1932d54ecfb0f6b50d4730e9e3f8173b098 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-12  Anthony Green  <green@moxielogic.com>
+
+       * moxie-opc.c: Define zex instructions.
+
 2014-12-06  Eric Botcazou  <ebotcazou@adacore.com>
 
        * configure.ac: Add Visium support.
index ffc5d19e9758cc19430b2dad8e29bc5debebb01d..ea3be806d96aa677ed130652e18c610edbd72f1e 100644 (file)
@@ -70,8 +70,8 @@ const moxie_opc_info_t moxie_form1_opc_info[128] =
     { 0x0f, MOXIE_F1_NARG, "nop" },
     { 0x10, MOXIE_F1_AB,   "sex.b" },
     { 0x11, MOXIE_F1_AB,   "sex.s" },
-    { 0x12, MOXIE_BAD,     "bad" },
-    { 0x13, MOXIE_BAD,     "bad" },
+    { 0x12, MOXIE_F1_AB,   "zex.b" },
+    { 0x13, MOXIE_F1_AB,   "zex.s" },
     { 0x14, MOXIE_BAD,     "bad" },
     { 0x15, MOXIE_BAD,     "bad" },
     { 0x16, MOXIE_BAD,     "bad" },
This page took 0.024705 seconds and 4 git commands to generate.