blob: 63493ab049fcd563b275ae9e08020885b1eab66b [file] [log] [blame]
Wolfgang Schwotzer22b4d0e2017-10-21 15:44:36 +02001
2// Additional instructions only supported on HD6301/3
3static 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