python-uncompyle6 icon indicating copy to clipboard operation
python-uncompyle6 copied to clipboard

DRY Scanner conversion to instructions function

Open rocky opened this issue 7 years ago • 0 comments

This is done in scanner{2,3}.py in ingest() and it is done as several steps. It is also different in Python2 and Python3. This should be turned into a single common routine. It would also simplify testing various common in that phase like inst_matches()

rocky avatar Apr 01 '18 23:04 rocky