uc_ctl proposal (#1473)
* Add uc_ctl * Add comments * Slightly changed for bindings generation * Generate bindings
This commit is contained in:
@ -1,5 +1,15 @@
|
||||
# For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [m68k_const.py]
|
||||
|
||||
UC_CPU_M5206_CPU = 0
|
||||
UC_CPU_M68000_CPU = 1
|
||||
UC_CPU_M68020_CPU = 2
|
||||
UC_CPU_M68030_CPU = 3
|
||||
UC_CPU_M68040_CPU = 4
|
||||
UC_CPU_M68060_CPU = 5
|
||||
UC_CPU_M5208_CPU = 6
|
||||
UC_CPU_CFV4E_CPU = 7
|
||||
UC_CPU_ANY_CPU = 8
|
||||
|
||||
# M68K registers
|
||||
|
||||
UC_M68K_REG_INVALID = 0
|
||||
|
Reference in New Issue
Block a user