Begin enforcing memory operand requirements

This commit is contained in:
Alexis Engelke
2019-11-02 19:21:29 +01:00
parent 32d65fbf19
commit bd6c7ceebe
4 changed files with 18 additions and 13 deletions

View File

@@ -75,6 +75,8 @@ typedef enum {
FD_RT_CR = 9,
/** Debug Register DRn **/
FD_RT_DR = 10,
/** Must be a memory operand **/
FD_RT_MEM = 15,
} FdRegType;
typedef struct {