// For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT

namespace UnicornManaged.Const

open System

[<AutoOpen>]
module M68k =

    // M68K registers

    let UC_M68K_REG_INVALID = 0
    let UC_M68K_REG_A0 = 1
    let UC_M68K_REG_A1 = 2
    let UC_M68K_REG_A2 = 3
    let UC_M68K_REG_A3 = 4
    let UC_M68K_REG_A4 = 5
    let UC_M68K_REG_A5 = 6
    let UC_M68K_REG_A6 = 7
    let UC_M68K_REG_A7 = 8
    let UC_M68K_REG_D0 = 9
    let UC_M68K_REG_D1 = 10
    let UC_M68K_REG_D2 = 11
    let UC_M68K_REG_D3 = 12
    let UC_M68K_REG_D4 = 13
    let UC_M68K_REG_D5 = 14
    let UC_M68K_REG_D6 = 15
    let UC_M68K_REG_D7 = 16
    let UC_M68K_REG_SR = 17
    let UC_M68K_REG_PC = 18
    let UC_M68K_REG_ENDING = 19