added --ignore-unknown flag and major updates in x86 parser

This commit is contained in:
JanLJL
2020-01-09 17:57:08 +01:00
parent bb7ff4d607
commit e250f69821
14 changed files with 178 additions and 72 deletions

View File

@@ -9,6 +9,7 @@ class BaseParser(object):
LABEL_ID = 'label'
MEMORY_ID = 'memory'
REGISTER_ID = 'register'
SEGMENT_EXT_ID = 'segment_extension'
INSTRUCTION_ID = 'instruction'
OPERANDS_ID = 'operands'