implemented new CP calculation for x86

This commit is contained in:
JanLJL
2019-09-24 19:00:12 +02:00
parent 7bc3f016cd
commit 042c034838
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