mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-20 02:58:09 +00:00
Add zex instructions for moxie port
This commit is contained in:
parent
c322dea402
commit
26047f76c0
@ -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.
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user