Generate m68k consts

This commit is contained in:
mio
2025-03-10 11:32:14 +08:00
parent 3870cdcaf3
commit df75effba3
7 changed files with 112 additions and 7 deletions

View File

@@ -41,5 +41,20 @@ module M68k =
let UC_M68K_REG_D7 = 16
let UC_M68K_REG_SR = 17
let UC_M68K_REG_PC = 18
let UC_M68K_REG_ENDING = 19
let UC_M68K_REG_CR_SFC = 19
let UC_M68K_REG_CR_DFC = 20
let UC_M68K_REG_CR_VBR = 21
let UC_M68K_REG_CR_CACR = 22
let UC_M68K_REG_CR_TC = 23
let UC_M68K_REG_CR_MMUSR = 24
let UC_M68K_REG_CR_SRP = 25
let UC_M68K_REG_CR_USP = 26
let UC_M68K_REG_CR_MSP = 27
let UC_M68K_REG_CR_ISP = 28
let UC_M68K_REG_CR_URP = 29
let UC_M68K_REG_CR_ITT0 = 30
let UC_M68K_REG_CR_ITT1 = 31
let UC_M68K_REG_CR_DTT0 = 32
let UC_M68K_REG_CR_DTT1 = 33
let UC_M68K_REG_ENDING = 34