from setup import * for i in range(0x00201460, 0x00210000): print(hex(i)) try: print(hex(u.inst(i, 0xdead, 0xbeef, 0xcafe, 0xbabe))) except Exception as e: print(e)