FIX #46 untangled semantic and non-semantic operand info

This commit is contained in:
Julian Hammer
2019-11-14 16:43:33 +01:00
parent b927088b4e
commit 63ca1e66bf
11 changed files with 56 additions and 86 deletions

View File

@@ -67,6 +67,7 @@ def get_marker(isa):
def find_marked_section(lines, parser, mov_instr, mov_reg, mov_vals, nop_bytes, reverse=False):
# TODO match to instructions returned by get_marker
index_start = -1
index_end = -1
for i, line in enumerate(lines):