added tests and functionalities for x86_att parser

This commit is contained in:
JanLJL
2019-04-30 18:37:07 +02:00
parent bc9b380429
commit 38bbf2712b
4 changed files with 205 additions and 45 deletions

View File

@@ -3,6 +3,7 @@
class BaseParser(object):
# Identifiers for operand types
COMMENT_ID = 'comment'
DIRECTIVE_ID = 'directive'
IMMEDIATE_ID = 'immediate'
LABEL_ID = 'label'