instrs: Encode memory size for FPU instructions
This commit is contained in:
@@ -105,6 +105,10 @@ OPKIND_LOOKUP = {
|
||||
"SREG": (0, 0, 3),
|
||||
"FPU": (0, 0, 4),
|
||||
"MEMZ": (0, 0, 0),
|
||||
"MEM8": (1, 0, 0),
|
||||
"MEM16": (1, 1, 0),
|
||||
"MEM32": (1, 2, 0),
|
||||
"MEM64": (1, 3, 0),
|
||||
"BND": (0, 0, 8),
|
||||
"CR": (0, 0, 9),
|
||||
"DR": (0, 0, 10),
|
||||
|
||||
Reference in New Issue
Block a user