http://gitunderground.i2p/archive/Ryujinx/commit/905a191e28fd9262d0fde97f3c2d100f74693c8d
"UC_ARM_REG_X = UC_ARM_REG_SP" match = re . match ( r ' ^([^ \ d] \ w+)$ ' , rhs ) if match : rhs = previous [ match . group ( 1 ) ] if not rhs . isdigit ( ) : for k , v in previous . items ( ) : rhs = re . sub ( r ' \ b %s \ b ' % k , v , rhs ) rhs = str ( eval ( rhs ) ) lhs_strip = re . sub ( r ' ^UC_ ' , ' ' , lhs ) count = int ( rhs ) + 1 if target == " unicorn.h " : matched_cat = False for cat in split_common : if lhs_strip . startswith ( f " { cat } _ " ) : with open...