Added eq methods, changed AArch parser tests for class usage

This commit is contained in:
stefandesouza
2023-08-21 15:36:40 +02:00
parent 5ca37a2a3f
commit 9d54b4da47
9 changed files with 189 additions and 137 deletions

View File

@@ -146,7 +146,6 @@ def find_marked_section(
source = line.operands[0 if not reverse else 1]
destination = line.operands[1 if not reverse else 0]
# instruction pair matches, check for operands
print(source)
if (
"immediate" in source
and parser.normalize_imd(source.immediate) == mov_vals[0]