diff options
Diffstat (limited to 'subv.py')
| -rw-r--r-- | subv.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ white = re.compile(r"[ \t\.\n]+") hex = re.compile(r"^\-?(0x)?[0-9a-f]+$") num = re.compile(r"^\d+$") ref_re = re.compile(r"^([^\[+-]+)(?:([+-]\d+))?$") -immediate_re = re.compile(r"^(imm|off)(\d+)(hi|lo)?$") +immediate_re = re.compile(r"^(imm|off|csr)(\d+)(hi|lo)?$") # parsing |
