aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/M680X/hd6301.inc
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /capstone/arch/M680X/hd6301.inc
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'capstone/arch/M680X/hd6301.inc')
-rw-r--r--capstone/arch/M680X/hd6301.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/capstone/arch/M680X/hd6301.inc b/capstone/arch/M680X/hd6301.inc
new file mode 100644
index 000000000..63493ab04
--- /dev/null
+++ b/capstone/arch/M680X/hd6301.inc
@@ -0,0 +1,15 @@
+
+// Additional instructions only supported on HD6301/3
+static const inst_pageX g_hd6301_inst_overlay_table[] = {
+ { 0x18, M680X_INS_XGDX, inh_hid, inh_hid },
+ { 0x1a, M680X_INS_SLP, inh_hid, inh_hid },
+ { 0x61, M680X_INS_AIM, imm8_hid, idxX_hid },
+ { 0x62, M680X_INS_OIM, imm8_hid, idxX_hid },
+ { 0x65, M680X_INS_EIM, imm8_hid, idxX_hid },
+ { 0x6B, M680X_INS_TIM, imm8_hid, idxX_hid },
+ { 0x71, M680X_INS_AIM, imm8_hid, dir_hid },
+ { 0x72, M680X_INS_OIM, imm8_hid, dir_hid },
+ { 0x75, M680X_INS_EIM, imm8_hid, dir_hid },
+ { 0x7B, M680X_INS_TIM, imm8_hid, dir_hid },
+};
+