Add MMX and several other instructions

This commit is contained in:
Alexis Engelke
2019-11-03 11:56:24 +01:00
parent 2bf33017bc
commit 19b76c809e
3 changed files with 135 additions and 15 deletions

View File

@@ -84,6 +84,7 @@ OPKIND_LOOKUP = {
"GP16": (1, 1, 1),
"GP32": (1, 2, 1),
"GP64": (1, 3, 1),
"MMX": (1, 3, 5),
"XMM": (3, 0, 6),
"XMM8": (1, 0, 6),
"XMM16": (1, 1, 6),