implemented new CP calculation for x86

This commit is contained in:
JanLJL
2019-09-24 19:00:12 +02:00
parent 88de0fc3d9
commit 8dd5b2eb0f
6 changed files with 80 additions and 31 deletions

View File

@@ -50,6 +50,9 @@ class BaseParser(object):
def is_vector_register(self, register):
raise NotImplementedError
def get_reg_type(self, register):
raise NotImplementedError
def construct_parser(self):
return
# raise NotImplementedError