Rizin
unix-like reverse engineering framework and cli tools
hd6301.inc
Go to the documentation of this file.
1 
2 // Additional instructions only supported on HD6301/3
3 static const inst_pageX g_hd6301_inst_overlay_table[] = {
4  { 0x18, M680X_INS_XGDX, inh_hid, inh_hid },
5  { 0x1a, M680X_INS_SLP, inh_hid, inh_hid },
6  { 0x61, M680X_INS_AIM, imm8_hid, idxX_hid },
7  { 0x62, M680X_INS_OIM, imm8_hid, idxX_hid },
8  { 0x65, M680X_INS_EIM, imm8_hid, idxX_hid },
9  { 0x6B, M680X_INS_TIM, imm8_hid, idxX_hid },
10  { 0x71, M680X_INS_AIM, imm8_hid, dir_hid },
11  { 0x72, M680X_INS_OIM, imm8_hid, dir_hid },
12  { 0x75, M680X_INS_EIM, imm8_hid, dir_hid },
13  { 0x7B, M680X_INS_TIM, imm8_hid, dir_hid },
14 };
15 
@ M680X_INS_AIM
Definition: m680x.h:190
@ M680X_INS_EIM
Definition: m680x.h:312
@ M680X_INS_XGDX
HD6301.
Definition: m680x.h:528
@ M680X_INS_OIM
Definition: m680x.h:411
@ M680X_INS_SLP
Definition: m680x.h:470
@ M680X_INS_TIM
Definition: m680x.h:509