added prefetch operand

This commit is contained in:
stefandesouza
2024-03-18 22:29:39 +01:00
parent 4fd59eb0d0
commit 78309574ac
5 changed files with 64 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ class BaseParser(object):
segment_ext = "segment_extension"
mnemonic = "instruction"
operands = "operands"
prefetch = "prfop"
_parser_constructed = False
def __init__(self):