enhancecd ARM identifier to support immediate offsets

This commit is contained in:
JanLJL
2020-09-17 22:12:12 +02:00
parent 3308f5d68f
commit 64da89ec3d
2 changed files with 16 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ class BaseParser(object):
DIRECTIVE_ID = 'directive'
IMMEDIATE_ID = 'immediate'
LABEL_ID = 'label'
IDENTIFIER_ID = 'identifier'
MEMORY_ID = 'memory'
REGISTER_ID = 'register'
SEGMENT_EXT_ID = 'segment_extension'