Rizin
unix-like reverse engineering framework and cli tools
capstone.m680x_const Namespace Reference

Variables

int M680X_OPERAND_COUNT = 9
 
int M680X_REG_INVALID = 0
 
int M680X_REG_A = 1
 
int M680X_REG_B = 2
 
int M680X_REG_E = 3
 
int M680X_REG_F = 4
 
int M680X_REG_0 = 5
 
int M680X_REG_D = 6
 
int M680X_REG_W = 7
 
int M680X_REG_CC = 8
 
int M680X_REG_DP = 9
 
int M680X_REG_MD = 10
 
int M680X_REG_HX = 11
 
int M680X_REG_H = 12
 
int M680X_REG_X = 13
 
int M680X_REG_Y = 14
 
int M680X_REG_S = 15
 
int M680X_REG_U = 16
 
int M680X_REG_V = 17
 
int M680X_REG_Q = 18
 
int M680X_REG_PC = 19
 
int M680X_REG_TMP2 = 20
 
int M680X_REG_TMP3 = 21
 
int M680X_REG_ENDING = 22
 
int M680X_OP_INVALID = 0
 
int M680X_OP_REGISTER = 1
 
int M680X_OP_IMMEDIATE = 2
 
int M680X_OP_INDEXED = 3
 
int M680X_OP_EXTENDED = 4
 
int M680X_OP_DIRECT = 5
 
int M680X_OP_RELATIVE = 6
 
int M680X_OP_CONSTANT = 7
 
int M680X_OFFSET_NONE = 0
 
int M680X_OFFSET_BITS_5 = 5
 
int M680X_OFFSET_BITS_8 = 8
 
int M680X_OFFSET_BITS_9 = 9
 
int M680X_OFFSET_BITS_16 = 16
 
int M680X_IDX_INDIRECT = 1
 
int M680X_IDX_NO_COMMA = 2
 
int M680X_IDX_POST_INC_DEC = 4
 
int M680X_GRP_INVALID = 0
 
int M680X_GRP_JUMP = 1
 
int M680X_GRP_CALL = 2
 
int M680X_GRP_RET = 3
 
int M680X_GRP_INT = 4
 
int M680X_GRP_IRET = 5
 
int M680X_GRP_PRIV = 6
 
int M680X_GRP_BRAREL = 7
 
int M680X_GRP_ENDING = 8
 
int M680X_FIRST_OP_IN_MNEM = 1
 
int M680X_SECOND_OP_IN_MNEM = 2
 
int M680X_INS_INVLD = 0
 
int M680X_INS_ABA = 1
 
int M680X_INS_ABX = 2
 
int M680X_INS_ABY = 3
 
int M680X_INS_ADC = 4
 
int M680X_INS_ADCA = 5
 
int M680X_INS_ADCB = 6
 
int M680X_INS_ADCD = 7
 
int M680X_INS_ADCR = 8
 
int M680X_INS_ADD = 9
 
int M680X_INS_ADDA = 10
 
int M680X_INS_ADDB = 11
 
int M680X_INS_ADDD = 12
 
int M680X_INS_ADDE = 13
 
int M680X_INS_ADDF = 14
 
int M680X_INS_ADDR = 15
 
int M680X_INS_ADDW = 16
 
int M680X_INS_AIM = 17
 
int M680X_INS_AIS = 18
 
int M680X_INS_AIX = 19
 
int M680X_INS_AND = 20
 
int M680X_INS_ANDA = 21
 
int M680X_INS_ANDB = 22
 
int M680X_INS_ANDCC = 23
 
int M680X_INS_ANDD = 24
 
int M680X_INS_ANDR = 25
 
int M680X_INS_ASL = 26
 
int M680X_INS_ASLA = 27
 
int M680X_INS_ASLB = 28
 
int M680X_INS_ASLD = 29
 
int M680X_INS_ASR = 30
 
int M680X_INS_ASRA = 31
 
int M680X_INS_ASRB = 32
 
int M680X_INS_ASRD = 33
 
int M680X_INS_ASRX = 34
 
int M680X_INS_BAND = 35
 
int M680X_INS_BCC = 36
 
int M680X_INS_BCLR = 37
 
int M680X_INS_BCS = 38
 
int M680X_INS_BEOR = 39
 
int M680X_INS_BEQ = 40
 
int M680X_INS_BGE = 41
 
int M680X_INS_BGND = 42
 
int M680X_INS_BGT = 43
 
int M680X_INS_BHCC = 44
 
int M680X_INS_BHCS = 45
 
int M680X_INS_BHI = 46
 
int M680X_INS_BIAND = 47
 
int M680X_INS_BIEOR = 48
 
int M680X_INS_BIH = 49
 
int M680X_INS_BIL = 50
 
int M680X_INS_BIOR = 51
 
int M680X_INS_BIT = 52
 
int M680X_INS_BITA = 53
 
int M680X_INS_BITB = 54
 
int M680X_INS_BITD = 55
 
int M680X_INS_BITMD = 56
 
int M680X_INS_BLE = 57
 
int M680X_INS_BLS = 58
 
int M680X_INS_BLT = 59
 
int M680X_INS_BMC = 60
 
int M680X_INS_BMI = 61
 
int M680X_INS_BMS = 62
 
int M680X_INS_BNE = 63
 
int M680X_INS_BOR = 64
 
int M680X_INS_BPL = 65
 
int M680X_INS_BRCLR = 66
 
int M680X_INS_BRSET = 67
 
int M680X_INS_BRA = 68
 
int M680X_INS_BRN = 69
 
int M680X_INS_BSET = 70
 
int M680X_INS_BSR = 71
 
int M680X_INS_BVC = 72
 
int M680X_INS_BVS = 73
 
int M680X_INS_CALL = 74
 
int M680X_INS_CBA = 75
 
int M680X_INS_CBEQ = 76
 
int M680X_INS_CBEQA = 77
 
int M680X_INS_CBEQX = 78
 
int M680X_INS_CLC = 79
 
int M680X_INS_CLI = 80
 
int M680X_INS_CLR = 81
 
int M680X_INS_CLRA = 82
 
int M680X_INS_CLRB = 83
 
int M680X_INS_CLRD = 84
 
int M680X_INS_CLRE = 85
 
int M680X_INS_CLRF = 86
 
int M680X_INS_CLRH = 87
 
int M680X_INS_CLRW = 88
 
int M680X_INS_CLRX = 89
 
int M680X_INS_CLV = 90
 
int M680X_INS_CMP = 91
 
int M680X_INS_CMPA = 92
 
int M680X_INS_CMPB = 93
 
int M680X_INS_CMPD = 94
 
int M680X_INS_CMPE = 95
 
int M680X_INS_CMPF = 96
 
int M680X_INS_CMPR = 97
 
int M680X_INS_CMPS = 98
 
int M680X_INS_CMPU = 99
 
int M680X_INS_CMPW = 100
 
int M680X_INS_CMPX = 101
 
int M680X_INS_CMPY = 102
 
int M680X_INS_COM = 103
 
int M680X_INS_COMA = 104
 
int M680X_INS_COMB = 105
 
int M680X_INS_COMD = 106
 
int M680X_INS_COME = 107
 
int M680X_INS_COMF = 108
 
int M680X_INS_COMW = 109
 
int M680X_INS_COMX = 110
 
int M680X_INS_CPD = 111
 
int M680X_INS_CPHX = 112
 
int M680X_INS_CPS = 113
 
int M680X_INS_CPX = 114
 
int M680X_INS_CPY = 115
 
int M680X_INS_CWAI = 116
 
int M680X_INS_DAA = 117
 
int M680X_INS_DBEQ = 118
 
int M680X_INS_DBNE = 119
 
int M680X_INS_DBNZ = 120
 
int M680X_INS_DBNZA = 121
 
int M680X_INS_DBNZX = 122
 
int M680X_INS_DEC = 123
 
int M680X_INS_DECA = 124
 
int M680X_INS_DECB = 125
 
int M680X_INS_DECD = 126
 
int M680X_INS_DECE = 127
 
int M680X_INS_DECF = 128
 
int M680X_INS_DECW = 129
 
int M680X_INS_DECX = 130
 
int M680X_INS_DES = 131
 
int M680X_INS_DEX = 132
 
int M680X_INS_DEY = 133
 
int M680X_INS_DIV = 134
 
int M680X_INS_DIVD = 135
 
int M680X_INS_DIVQ = 136
 
int M680X_INS_EDIV = 137
 
int M680X_INS_EDIVS = 138
 
int M680X_INS_EIM = 139
 
int M680X_INS_EMACS = 140
 
int M680X_INS_EMAXD = 141
 
int M680X_INS_EMAXM = 142
 
int M680X_INS_EMIND = 143
 
int M680X_INS_EMINM = 144
 
int M680X_INS_EMUL = 145
 
int M680X_INS_EMULS = 146
 
int M680X_INS_EOR = 147
 
int M680X_INS_EORA = 148
 
int M680X_INS_EORB = 149
 
int M680X_INS_EORD = 150
 
int M680X_INS_EORR = 151
 
int M680X_INS_ETBL = 152
 
int M680X_INS_EXG = 153
 
int M680X_INS_FDIV = 154
 
int M680X_INS_IBEQ = 155
 
int M680X_INS_IBNE = 156
 
int M680X_INS_IDIV = 157
 
int M680X_INS_IDIVS = 158
 
int M680X_INS_ILLGL = 159
 
int M680X_INS_INC = 160
 
int M680X_INS_INCA = 161
 
int M680X_INS_INCB = 162
 
int M680X_INS_INCD = 163
 
int M680X_INS_INCE = 164
 
int M680X_INS_INCF = 165
 
int M680X_INS_INCW = 166
 
int M680X_INS_INCX = 167
 
int M680X_INS_INS = 168
 
int M680X_INS_INX = 169
 
int M680X_INS_INY = 170
 
int M680X_INS_JMP = 171
 
int M680X_INS_JSR = 172
 
int M680X_INS_LBCC = 173
 
int M680X_INS_LBCS = 174
 
int M680X_INS_LBEQ = 175
 
int M680X_INS_LBGE = 176
 
int M680X_INS_LBGT = 177
 
int M680X_INS_LBHI = 178
 
int M680X_INS_LBLE = 179
 
int M680X_INS_LBLS = 180
 
int M680X_INS_LBLT = 181
 
int M680X_INS_LBMI = 182
 
int M680X_INS_LBNE = 183
 
int M680X_INS_LBPL = 184
 
int M680X_INS_LBRA = 185
 
int M680X_INS_LBRN = 186
 
int M680X_INS_LBSR = 187
 
int M680X_INS_LBVC = 188
 
int M680X_INS_LBVS = 189
 
int M680X_INS_LDA = 190
 
int M680X_INS_LDAA = 191
 
int M680X_INS_LDAB = 192
 
int M680X_INS_LDB = 193
 
int M680X_INS_LDBT = 194
 
int M680X_INS_LDD = 195
 
int M680X_INS_LDE = 196
 
int M680X_INS_LDF = 197
 
int M680X_INS_LDHX = 198
 
int M680X_INS_LDMD = 199
 
int M680X_INS_LDQ = 200
 
int M680X_INS_LDS = 201
 
int M680X_INS_LDU = 202
 
int M680X_INS_LDW = 203
 
int M680X_INS_LDX = 204
 
int M680X_INS_LDY = 205
 
int M680X_INS_LEAS = 206
 
int M680X_INS_LEAU = 207
 
int M680X_INS_LEAX = 208
 
int M680X_INS_LEAY = 209
 
int M680X_INS_LSL = 210
 
int M680X_INS_LSLA = 211
 
int M680X_INS_LSLB = 212
 
int M680X_INS_LSLD = 213
 
int M680X_INS_LSLX = 214
 
int M680X_INS_LSR = 215
 
int M680X_INS_LSRA = 216
 
int M680X_INS_LSRB = 217
 
int M680X_INS_LSRD = 218
 
int M680X_INS_LSRW = 219
 
int M680X_INS_LSRX = 220
 
int M680X_INS_MAXA = 221
 
int M680X_INS_MAXM = 222
 
int M680X_INS_MEM = 223
 
int M680X_INS_MINA = 224
 
int M680X_INS_MINM = 225
 
int M680X_INS_MOV = 226
 
int M680X_INS_MOVB = 227
 
int M680X_INS_MOVW = 228
 
int M680X_INS_MUL = 229
 
int M680X_INS_MULD = 230
 
int M680X_INS_NEG = 231
 
int M680X_INS_NEGA = 232
 
int M680X_INS_NEGB = 233
 
int M680X_INS_NEGD = 234
 
int M680X_INS_NEGX = 235
 
int M680X_INS_NOP = 236
 
int M680X_INS_NSA = 237
 
int M680X_INS_OIM = 238
 
int M680X_INS_ORA = 239
 
int M680X_INS_ORAA = 240
 
int M680X_INS_ORAB = 241
 
int M680X_INS_ORB = 242
 
int M680X_INS_ORCC = 243
 
int M680X_INS_ORD = 244
 
int M680X_INS_ORR = 245
 
int M680X_INS_PSHA = 246
 
int M680X_INS_PSHB = 247
 
int M680X_INS_PSHC = 248
 
int M680X_INS_PSHD = 249
 
int M680X_INS_PSHH = 250
 
int M680X_INS_PSHS = 251
 
int M680X_INS_PSHSW = 252
 
int M680X_INS_PSHU = 253
 
int M680X_INS_PSHUW = 254
 
int M680X_INS_PSHX = 255
 
int M680X_INS_PSHY = 256
 
int M680X_INS_PULA = 257
 
int M680X_INS_PULB = 258
 
int M680X_INS_PULC = 259
 
int M680X_INS_PULD = 260
 
int M680X_INS_PULH = 261
 
int M680X_INS_PULS = 262
 
int M680X_INS_PULSW = 263
 
int M680X_INS_PULU = 264
 
int M680X_INS_PULUW = 265
 
int M680X_INS_PULX = 266
 
int M680X_INS_PULY = 267
 
int M680X_INS_REV = 268
 
int M680X_INS_REVW = 269
 
int M680X_INS_ROL = 270
 
int M680X_INS_ROLA = 271
 
int M680X_INS_ROLB = 272
 
int M680X_INS_ROLD = 273
 
int M680X_INS_ROLW = 274
 
int M680X_INS_ROLX = 275
 
int M680X_INS_ROR = 276
 
int M680X_INS_RORA = 277
 
int M680X_INS_RORB = 278
 
int M680X_INS_RORD = 279
 
int M680X_INS_RORW = 280
 
int M680X_INS_RORX = 281
 
int M680X_INS_RSP = 282
 
int M680X_INS_RTC = 283
 
int M680X_INS_RTI = 284
 
int M680X_INS_RTS = 285
 
int M680X_INS_SBA = 286
 
int M680X_INS_SBC = 287
 
int M680X_INS_SBCA = 288
 
int M680X_INS_SBCB = 289
 
int M680X_INS_SBCD = 290
 
int M680X_INS_SBCR = 291
 
int M680X_INS_SEC = 292
 
int M680X_INS_SEI = 293
 
int M680X_INS_SEV = 294
 
int M680X_INS_SEX = 295
 
int M680X_INS_SEXW = 296
 
int M680X_INS_SLP = 297
 
int M680X_INS_STA = 298
 
int M680X_INS_STAA = 299
 
int M680X_INS_STAB = 300
 
int M680X_INS_STB = 301
 
int M680X_INS_STBT = 302
 
int M680X_INS_STD = 303
 
int M680X_INS_STE = 304
 
int M680X_INS_STF = 305
 
int M680X_INS_STOP = 306
 
int M680X_INS_STHX = 307
 
int M680X_INS_STQ = 308
 
int M680X_INS_STS = 309
 
int M680X_INS_STU = 310
 
int M680X_INS_STW = 311
 
int M680X_INS_STX = 312
 
int M680X_INS_STY = 313
 
int M680X_INS_SUB = 314
 
int M680X_INS_SUBA = 315
 
int M680X_INS_SUBB = 316
 
int M680X_INS_SUBD = 317
 
int M680X_INS_SUBE = 318
 
int M680X_INS_SUBF = 319
 
int M680X_INS_SUBR = 320
 
int M680X_INS_SUBW = 321
 
int M680X_INS_SWI = 322
 
int M680X_INS_SWI2 = 323
 
int M680X_INS_SWI3 = 324
 
int M680X_INS_SYNC = 325
 
int M680X_INS_TAB = 326
 
int M680X_INS_TAP = 327
 
int M680X_INS_TAX = 328
 
int M680X_INS_TBA = 329
 
int M680X_INS_TBEQ = 330
 
int M680X_INS_TBL = 331
 
int M680X_INS_TBNE = 332
 
int M680X_INS_TEST = 333
 
int M680X_INS_TFM = 334
 
int M680X_INS_TFR = 335
 
int M680X_INS_TIM = 336
 
int M680X_INS_TPA = 337
 
int M680X_INS_TST = 338
 
int M680X_INS_TSTA = 339
 
int M680X_INS_TSTB = 340
 
int M680X_INS_TSTD = 341
 
int M680X_INS_TSTE = 342
 
int M680X_INS_TSTF = 343
 
int M680X_INS_TSTW = 344
 
int M680X_INS_TSTX = 345
 
int M680X_INS_TSX = 346
 
int M680X_INS_TSY = 347
 
int M680X_INS_TXA = 348
 
int M680X_INS_TXS = 349
 
int M680X_INS_TYS = 350
 
int M680X_INS_WAI = 351
 
int M680X_INS_WAIT = 352
 
int M680X_INS_WAV = 353
 
int M680X_INS_WAVR = 354
 
int M680X_INS_XGDX = 355
 
int M680X_INS_XGDY = 356
 
int M680X_INS_ENDING = 357
 

Variable Documentation

◆ M680X_FIRST_OP_IN_MNEM

int capstone.m680x_const.M680X_FIRST_OP_IN_MNEM = 1

Definition at line 55 of file m680x_const.py.

◆ M680X_GRP_BRAREL

int capstone.m680x_const.M680X_GRP_BRAREL = 7

Definition at line 53 of file m680x_const.py.

◆ M680X_GRP_CALL

int capstone.m680x_const.M680X_GRP_CALL = 2

Definition at line 48 of file m680x_const.py.

◆ M680X_GRP_ENDING

int capstone.m680x_const.M680X_GRP_ENDING = 8

Definition at line 54 of file m680x_const.py.

◆ M680X_GRP_INT

int capstone.m680x_const.M680X_GRP_INT = 4

Definition at line 50 of file m680x_const.py.

◆ M680X_GRP_INVALID

int capstone.m680x_const.M680X_GRP_INVALID = 0

Definition at line 46 of file m680x_const.py.

◆ M680X_GRP_IRET

int capstone.m680x_const.M680X_GRP_IRET = 5

Definition at line 51 of file m680x_const.py.

◆ M680X_GRP_JUMP

int capstone.m680x_const.M680X_GRP_JUMP = 1

Definition at line 47 of file m680x_const.py.

◆ M680X_GRP_PRIV

int capstone.m680x_const.M680X_GRP_PRIV = 6

Definition at line 52 of file m680x_const.py.

◆ M680X_GRP_RET

int capstone.m680x_const.M680X_GRP_RET = 3

Definition at line 49 of file m680x_const.py.

◆ M680X_IDX_INDIRECT

int capstone.m680x_const.M680X_IDX_INDIRECT = 1

Definition at line 42 of file m680x_const.py.

◆ M680X_IDX_NO_COMMA

int capstone.m680x_const.M680X_IDX_NO_COMMA = 2

Definition at line 43 of file m680x_const.py.

◆ M680X_IDX_POST_INC_DEC

int capstone.m680x_const.M680X_IDX_POST_INC_DEC = 4

Definition at line 44 of file m680x_const.py.

◆ M680X_INS_ABA

int capstone.m680x_const.M680X_INS_ABA = 1

Definition at line 59 of file m680x_const.py.

◆ M680X_INS_ABX

int capstone.m680x_const.M680X_INS_ABX = 2

Definition at line 60 of file m680x_const.py.

◆ M680X_INS_ABY

int capstone.m680x_const.M680X_INS_ABY = 3

Definition at line 61 of file m680x_const.py.

◆ M680X_INS_ADC

int capstone.m680x_const.M680X_INS_ADC = 4

Definition at line 62 of file m680x_const.py.

◆ M680X_INS_ADCA

int capstone.m680x_const.M680X_INS_ADCA = 5

Definition at line 63 of file m680x_const.py.

◆ M680X_INS_ADCB

int capstone.m680x_const.M680X_INS_ADCB = 6

Definition at line 64 of file m680x_const.py.

◆ M680X_INS_ADCD

int capstone.m680x_const.M680X_INS_ADCD = 7

Definition at line 65 of file m680x_const.py.

◆ M680X_INS_ADCR

int capstone.m680x_const.M680X_INS_ADCR = 8

Definition at line 66 of file m680x_const.py.

◆ M680X_INS_ADD

int capstone.m680x_const.M680X_INS_ADD = 9

Definition at line 67 of file m680x_const.py.

◆ M680X_INS_ADDA

int capstone.m680x_const.M680X_INS_ADDA = 10

Definition at line 68 of file m680x_const.py.

◆ M680X_INS_ADDB

int capstone.m680x_const.M680X_INS_ADDB = 11

Definition at line 69 of file m680x_const.py.

◆ M680X_INS_ADDD

int capstone.m680x_const.M680X_INS_ADDD = 12

Definition at line 70 of file m680x_const.py.

◆ M680X_INS_ADDE

int capstone.m680x_const.M680X_INS_ADDE = 13

Definition at line 71 of file m680x_const.py.

◆ M680X_INS_ADDF

int capstone.m680x_const.M680X_INS_ADDF = 14

Definition at line 72 of file m680x_const.py.

◆ M680X_INS_ADDR

int capstone.m680x_const.M680X_INS_ADDR = 15

Definition at line 73 of file m680x_const.py.

◆ M680X_INS_ADDW

int capstone.m680x_const.M680X_INS_ADDW = 16

Definition at line 74 of file m680x_const.py.

◆ M680X_INS_AIM

int capstone.m680x_const.M680X_INS_AIM = 17

Definition at line 75 of file m680x_const.py.

◆ M680X_INS_AIS

int capstone.m680x_const.M680X_INS_AIS = 18

Definition at line 76 of file m680x_const.py.

◆ M680X_INS_AIX

int capstone.m680x_const.M680X_INS_AIX = 19

Definition at line 77 of file m680x_const.py.

◆ M680X_INS_AND

int capstone.m680x_const.M680X_INS_AND = 20

Definition at line 78 of file m680x_const.py.

◆ M680X_INS_ANDA

int capstone.m680x_const.M680X_INS_ANDA = 21

Definition at line 79 of file m680x_const.py.

◆ M680X_INS_ANDB

int capstone.m680x_const.M680X_INS_ANDB = 22

Definition at line 80 of file m680x_const.py.

◆ M680X_INS_ANDCC

int capstone.m680x_const.M680X_INS_ANDCC = 23

Definition at line 81 of file m680x_const.py.

◆ M680X_INS_ANDD

int capstone.m680x_const.M680X_INS_ANDD = 24

Definition at line 82 of file m680x_const.py.

◆ M680X_INS_ANDR

int capstone.m680x_const.M680X_INS_ANDR = 25

Definition at line 83 of file m680x_const.py.

◆ M680X_INS_ASL

int capstone.m680x_const.M680X_INS_ASL = 26

Definition at line 84 of file m680x_const.py.

◆ M680X_INS_ASLA

int capstone.m680x_const.M680X_INS_ASLA = 27

Definition at line 85 of file m680x_const.py.

◆ M680X_INS_ASLB

int capstone.m680x_const.M680X_INS_ASLB = 28

Definition at line 86 of file m680x_const.py.

◆ M680X_INS_ASLD

int capstone.m680x_const.M680X_INS_ASLD = 29

Definition at line 87 of file m680x_const.py.

◆ M680X_INS_ASR

int capstone.m680x_const.M680X_INS_ASR = 30

Definition at line 88 of file m680x_const.py.

◆ M680X_INS_ASRA

int capstone.m680x_const.M680X_INS_ASRA = 31

Definition at line 89 of file m680x_const.py.

◆ M680X_INS_ASRB

int capstone.m680x_const.M680X_INS_ASRB = 32

Definition at line 90 of file m680x_const.py.

◆ M680X_INS_ASRD

int capstone.m680x_const.M680X_INS_ASRD = 33

Definition at line 91 of file m680x_const.py.

◆ M680X_INS_ASRX

int capstone.m680x_const.M680X_INS_ASRX = 34

Definition at line 92 of file m680x_const.py.

◆ M680X_INS_BAND

int capstone.m680x_const.M680X_INS_BAND = 35

Definition at line 93 of file m680x_const.py.

◆ M680X_INS_BCC

int capstone.m680x_const.M680X_INS_BCC = 36

Definition at line 94 of file m680x_const.py.

◆ M680X_INS_BCLR

int capstone.m680x_const.M680X_INS_BCLR = 37

Definition at line 95 of file m680x_const.py.

◆ M680X_INS_BCS

int capstone.m680x_const.M680X_INS_BCS = 38

Definition at line 96 of file m680x_const.py.

◆ M680X_INS_BEOR

int capstone.m680x_const.M680X_INS_BEOR = 39

Definition at line 97 of file m680x_const.py.

◆ M680X_INS_BEQ

int capstone.m680x_const.M680X_INS_BEQ = 40

Definition at line 98 of file m680x_const.py.

◆ M680X_INS_BGE

int capstone.m680x_const.M680X_INS_BGE = 41

Definition at line 99 of file m680x_const.py.

◆ M680X_INS_BGND

int capstone.m680x_const.M680X_INS_BGND = 42

Definition at line 100 of file m680x_const.py.

◆ M680X_INS_BGT

int capstone.m680x_const.M680X_INS_BGT = 43

Definition at line 101 of file m680x_const.py.

◆ M680X_INS_BHCC

int capstone.m680x_const.M680X_INS_BHCC = 44

Definition at line 102 of file m680x_const.py.

◆ M680X_INS_BHCS

int capstone.m680x_const.M680X_INS_BHCS = 45

Definition at line 103 of file m680x_const.py.

◆ M680X_INS_BHI

int capstone.m680x_const.M680X_INS_BHI = 46

Definition at line 104 of file m680x_const.py.

◆ M680X_INS_BIAND

int capstone.m680x_const.M680X_INS_BIAND = 47

Definition at line 105 of file m680x_const.py.

◆ M680X_INS_BIEOR

int capstone.m680x_const.M680X_INS_BIEOR = 48

Definition at line 106 of file m680x_const.py.

◆ M680X_INS_BIH

int capstone.m680x_const.M680X_INS_BIH = 49

Definition at line 107 of file m680x_const.py.

◆ M680X_INS_BIL

int capstone.m680x_const.M680X_INS_BIL = 50

Definition at line 108 of file m680x_const.py.

◆ M680X_INS_BIOR

int capstone.m680x_const.M680X_INS_BIOR = 51

Definition at line 109 of file m680x_const.py.

◆ M680X_INS_BIT

int capstone.m680x_const.M680X_INS_BIT = 52

Definition at line 110 of file m680x_const.py.

◆ M680X_INS_BITA

int capstone.m680x_const.M680X_INS_BITA = 53

Definition at line 111 of file m680x_const.py.

◆ M680X_INS_BITB

int capstone.m680x_const.M680X_INS_BITB = 54

Definition at line 112 of file m680x_const.py.

◆ M680X_INS_BITD

int capstone.m680x_const.M680X_INS_BITD = 55

Definition at line 113 of file m680x_const.py.

◆ M680X_INS_BITMD

int capstone.m680x_const.M680X_INS_BITMD = 56

Definition at line 114 of file m680x_const.py.

◆ M680X_INS_BLE

int capstone.m680x_const.M680X_INS_BLE = 57

Definition at line 115 of file m680x_const.py.

◆ M680X_INS_BLS

int capstone.m680x_const.M680X_INS_BLS = 58

Definition at line 116 of file m680x_const.py.

◆ M680X_INS_BLT

int capstone.m680x_const.M680X_INS_BLT = 59

Definition at line 117 of file m680x_const.py.

◆ M680X_INS_BMC

int capstone.m680x_const.M680X_INS_BMC = 60

Definition at line 118 of file m680x_const.py.

◆ M680X_INS_BMI

int capstone.m680x_const.M680X_INS_BMI = 61

Definition at line 119 of file m680x_const.py.

◆ M680X_INS_BMS

int capstone.m680x_const.M680X_INS_BMS = 62

Definition at line 120 of file m680x_const.py.

◆ M680X_INS_BNE

int capstone.m680x_const.M680X_INS_BNE = 63

Definition at line 121 of file m680x_const.py.

◆ M680X_INS_BOR

int capstone.m680x_const.M680X_INS_BOR = 64

Definition at line 122 of file m680x_const.py.

◆ M680X_INS_BPL

int capstone.m680x_const.M680X_INS_BPL = 65

Definition at line 123 of file m680x_const.py.

◆ M680X_INS_BRA

int capstone.m680x_const.M680X_INS_BRA = 68

Definition at line 126 of file m680x_const.py.

◆ M680X_INS_BRCLR

int capstone.m680x_const.M680X_INS_BRCLR = 66

Definition at line 124 of file m680x_const.py.

◆ M680X_INS_BRN

int capstone.m680x_const.M680X_INS_BRN = 69

Definition at line 127 of file m680x_const.py.

◆ M680X_INS_BRSET

int capstone.m680x_const.M680X_INS_BRSET = 67

Definition at line 125 of file m680x_const.py.

◆ M680X_INS_BSET

int capstone.m680x_const.M680X_INS_BSET = 70

Definition at line 128 of file m680x_const.py.

◆ M680X_INS_BSR

int capstone.m680x_const.M680X_INS_BSR = 71

Definition at line 129 of file m680x_const.py.

◆ M680X_INS_BVC

int capstone.m680x_const.M680X_INS_BVC = 72

Definition at line 130 of file m680x_const.py.

◆ M680X_INS_BVS

int capstone.m680x_const.M680X_INS_BVS = 73

Definition at line 131 of file m680x_const.py.

◆ M680X_INS_CALL

int capstone.m680x_const.M680X_INS_CALL = 74

Definition at line 132 of file m680x_const.py.

◆ M680X_INS_CBA

int capstone.m680x_const.M680X_INS_CBA = 75

Definition at line 133 of file m680x_const.py.

◆ M680X_INS_CBEQ

int capstone.m680x_const.M680X_INS_CBEQ = 76

Definition at line 134 of file m680x_const.py.

◆ M680X_INS_CBEQA

int capstone.m680x_const.M680X_INS_CBEQA = 77

Definition at line 135 of file m680x_const.py.

◆ M680X_INS_CBEQX

int capstone.m680x_const.M680X_INS_CBEQX = 78

Definition at line 136 of file m680x_const.py.

◆ M680X_INS_CLC

int capstone.m680x_const.M680X_INS_CLC = 79

Definition at line 137 of file m680x_const.py.

◆ M680X_INS_CLI

int capstone.m680x_const.M680X_INS_CLI = 80

Definition at line 138 of file m680x_const.py.

◆ M680X_INS_CLR

int capstone.m680x_const.M680X_INS_CLR = 81

Definition at line 139 of file m680x_const.py.

◆ M680X_INS_CLRA

int capstone.m680x_const.M680X_INS_CLRA = 82

Definition at line 140 of file m680x_const.py.

◆ M680X_INS_CLRB

int capstone.m680x_const.M680X_INS_CLRB = 83

Definition at line 141 of file m680x_const.py.

◆ M680X_INS_CLRD

int capstone.m680x_const.M680X_INS_CLRD = 84

Definition at line 142 of file m680x_const.py.

◆ M680X_INS_CLRE

int capstone.m680x_const.M680X_INS_CLRE = 85

Definition at line 143 of file m680x_const.py.

◆ M680X_INS_CLRF

int capstone.m680x_const.M680X_INS_CLRF = 86

Definition at line 144 of file m680x_const.py.

◆ M680X_INS_CLRH

int capstone.m680x_const.M680X_INS_CLRH = 87

Definition at line 145 of file m680x_const.py.

◆ M680X_INS_CLRW

int capstone.m680x_const.M680X_INS_CLRW = 88

Definition at line 146 of file m680x_const.py.

◆ M680X_INS_CLRX

int capstone.m680x_const.M680X_INS_CLRX = 89

Definition at line 147 of file m680x_const.py.

◆ M680X_INS_CLV

int capstone.m680x_const.M680X_INS_CLV = 90

Definition at line 148 of file m680x_const.py.

◆ M680X_INS_CMP

int capstone.m680x_const.M680X_INS_CMP = 91

Definition at line 149 of file m680x_const.py.

◆ M680X_INS_CMPA

int capstone.m680x_const.M680X_INS_CMPA = 92

Definition at line 150 of file m680x_const.py.

◆ M680X_INS_CMPB

int capstone.m680x_const.M680X_INS_CMPB = 93

Definition at line 151 of file m680x_const.py.

◆ M680X_INS_CMPD

int capstone.m680x_const.M680X_INS_CMPD = 94

Definition at line 152 of file m680x_const.py.

◆ M680X_INS_CMPE

int capstone.m680x_const.M680X_INS_CMPE = 95

Definition at line 153 of file m680x_const.py.

◆ M680X_INS_CMPF

int capstone.m680x_const.M680X_INS_CMPF = 96

Definition at line 154 of file m680x_const.py.

◆ M680X_INS_CMPR

int capstone.m680x_const.M680X_INS_CMPR = 97

Definition at line 155 of file m680x_const.py.

◆ M680X_INS_CMPS

int capstone.m680x_const.M680X_INS_CMPS = 98

Definition at line 156 of file m680x_const.py.

◆ M680X_INS_CMPU

int capstone.m680x_const.M680X_INS_CMPU = 99

Definition at line 157 of file m680x_const.py.

◆ M680X_INS_CMPW

int capstone.m680x_const.M680X_INS_CMPW = 100

Definition at line 158 of file m680x_const.py.

◆ M680X_INS_CMPX

int capstone.m680x_const.M680X_INS_CMPX = 101

Definition at line 159 of file m680x_const.py.

◆ M680X_INS_CMPY

int capstone.m680x_const.M680X_INS_CMPY = 102

Definition at line 160 of file m680x_const.py.

◆ M680X_INS_COM

int capstone.m680x_const.M680X_INS_COM = 103

Definition at line 161 of file m680x_const.py.

◆ M680X_INS_COMA

int capstone.m680x_const.M680X_INS_COMA = 104

Definition at line 162 of file m680x_const.py.

◆ M680X_INS_COMB

int capstone.m680x_const.M680X_INS_COMB = 105

Definition at line 163 of file m680x_const.py.

◆ M680X_INS_COMD

int capstone.m680x_const.M680X_INS_COMD = 106

Definition at line 164 of file m680x_const.py.

◆ M680X_INS_COME

int capstone.m680x_const.M680X_INS_COME = 107

Definition at line 165 of file m680x_const.py.

◆ M680X_INS_COMF

int capstone.m680x_const.M680X_INS_COMF = 108

Definition at line 166 of file m680x_const.py.

◆ M680X_INS_COMW

int capstone.m680x_const.M680X_INS_COMW = 109

Definition at line 167 of file m680x_const.py.

◆ M680X_INS_COMX

int capstone.m680x_const.M680X_INS_COMX = 110

Definition at line 168 of file m680x_const.py.

◆ M680X_INS_CPD

int capstone.m680x_const.M680X_INS_CPD = 111

Definition at line 169 of file m680x_const.py.

◆ M680X_INS_CPHX

int capstone.m680x_const.M680X_INS_CPHX = 112

Definition at line 170 of file m680x_const.py.

◆ M680X_INS_CPS

int capstone.m680x_const.M680X_INS_CPS = 113

Definition at line 171 of file m680x_const.py.

◆ M680X_INS_CPX

int capstone.m680x_const.M680X_INS_CPX = 114

Definition at line 172 of file m680x_const.py.

◆ M680X_INS_CPY

int capstone.m680x_const.M680X_INS_CPY = 115

Definition at line 173 of file m680x_const.py.

◆ M680X_INS_CWAI

int capstone.m680x_const.M680X_INS_CWAI = 116

Definition at line 174 of file m680x_const.py.

◆ M680X_INS_DAA

int capstone.m680x_const.M680X_INS_DAA = 117

Definition at line 175 of file m680x_const.py.

◆ M680X_INS_DBEQ

int capstone.m680x_const.M680X_INS_DBEQ = 118

Definition at line 176 of file m680x_const.py.

◆ M680X_INS_DBNE

int capstone.m680x_const.M680X_INS_DBNE = 119

Definition at line 177 of file m680x_const.py.

◆ M680X_INS_DBNZ

int capstone.m680x_const.M680X_INS_DBNZ = 120

Definition at line 178 of file m680x_const.py.

◆ M680X_INS_DBNZA

int capstone.m680x_const.M680X_INS_DBNZA = 121

Definition at line 179 of file m680x_const.py.

◆ M680X_INS_DBNZX

int capstone.m680x_const.M680X_INS_DBNZX = 122

Definition at line 180 of file m680x_const.py.

◆ M680X_INS_DEC

int capstone.m680x_const.M680X_INS_DEC = 123

Definition at line 181 of file m680x_const.py.

◆ M680X_INS_DECA

int capstone.m680x_const.M680X_INS_DECA = 124

Definition at line 182 of file m680x_const.py.

◆ M680X_INS_DECB

int capstone.m680x_const.M680X_INS_DECB = 125

Definition at line 183 of file m680x_const.py.

◆ M680X_INS_DECD

int capstone.m680x_const.M680X_INS_DECD = 126

Definition at line 184 of file m680x_const.py.

◆ M680X_INS_DECE

int capstone.m680x_const.M680X_INS_DECE = 127

Definition at line 185 of file m680x_const.py.

◆ M680X_INS_DECF

int capstone.m680x_const.M680X_INS_DECF = 128

Definition at line 186 of file m680x_const.py.

◆ M680X_INS_DECW

int capstone.m680x_const.M680X_INS_DECW = 129

Definition at line 187 of file m680x_const.py.

◆ M680X_INS_DECX

int capstone.m680x_const.M680X_INS_DECX = 130

Definition at line 188 of file m680x_const.py.

◆ M680X_INS_DES

int capstone.m680x_const.M680X_INS_DES = 131

Definition at line 189 of file m680x_const.py.

◆ M680X_INS_DEX

int capstone.m680x_const.M680X_INS_DEX = 132

Definition at line 190 of file m680x_const.py.

◆ M680X_INS_DEY

int capstone.m680x_const.M680X_INS_DEY = 133

Definition at line 191 of file m680x_const.py.

◆ M680X_INS_DIV

int capstone.m680x_const.M680X_INS_DIV = 134

Definition at line 192 of file m680x_const.py.

◆ M680X_INS_DIVD

int capstone.m680x_const.M680X_INS_DIVD = 135

Definition at line 193 of file m680x_const.py.

◆ M680X_INS_DIVQ

int capstone.m680x_const.M680X_INS_DIVQ = 136

Definition at line 194 of file m680x_const.py.

◆ M680X_INS_EDIV

int capstone.m680x_const.M680X_INS_EDIV = 137

Definition at line 195 of file m680x_const.py.

◆ M680X_INS_EDIVS

int capstone.m680x_const.M680X_INS_EDIVS = 138

Definition at line 196 of file m680x_const.py.

◆ M680X_INS_EIM

int capstone.m680x_const.M680X_INS_EIM = 139

Definition at line 197 of file m680x_const.py.

◆ M680X_INS_EMACS

int capstone.m680x_const.M680X_INS_EMACS = 140

Definition at line 198 of file m680x_const.py.

◆ M680X_INS_EMAXD

int capstone.m680x_const.M680X_INS_EMAXD = 141

Definition at line 199 of file m680x_const.py.

◆ M680X_INS_EMAXM

int capstone.m680x_const.M680X_INS_EMAXM = 142

Definition at line 200 of file m680x_const.py.

◆ M680X_INS_EMIND

int capstone.m680x_const.M680X_INS_EMIND = 143

Definition at line 201 of file m680x_const.py.

◆ M680X_INS_EMINM

int capstone.m680x_const.M680X_INS_EMINM = 144

Definition at line 202 of file m680x_const.py.

◆ M680X_INS_EMUL

int capstone.m680x_const.M680X_INS_EMUL = 145

Definition at line 203 of file m680x_const.py.

◆ M680X_INS_EMULS

int capstone.m680x_const.M680X_INS_EMULS = 146

Definition at line 204 of file m680x_const.py.

◆ M680X_INS_ENDING

int capstone.m680x_const.M680X_INS_ENDING = 357

Definition at line 415 of file m680x_const.py.

◆ M680X_INS_EOR

int capstone.m680x_const.M680X_INS_EOR = 147

Definition at line 205 of file m680x_const.py.

◆ M680X_INS_EORA

int capstone.m680x_const.M680X_INS_EORA = 148

Definition at line 206 of file m680x_const.py.

◆ M680X_INS_EORB

int capstone.m680x_const.M680X_INS_EORB = 149

Definition at line 207 of file m680x_const.py.

◆ M680X_INS_EORD

int capstone.m680x_const.M680X_INS_EORD = 150

Definition at line 208 of file m680x_const.py.

◆ M680X_INS_EORR

int capstone.m680x_const.M680X_INS_EORR = 151

Definition at line 209 of file m680x_const.py.

◆ M680X_INS_ETBL

int capstone.m680x_const.M680X_INS_ETBL = 152

Definition at line 210 of file m680x_const.py.

◆ M680X_INS_EXG

int capstone.m680x_const.M680X_INS_EXG = 153

Definition at line 211 of file m680x_const.py.

◆ M680X_INS_FDIV

int capstone.m680x_const.M680X_INS_FDIV = 154

Definition at line 212 of file m680x_const.py.

◆ M680X_INS_IBEQ

int capstone.m680x_const.M680X_INS_IBEQ = 155

Definition at line 213 of file m680x_const.py.

◆ M680X_INS_IBNE

int capstone.m680x_const.M680X_INS_IBNE = 156

Definition at line 214 of file m680x_const.py.

◆ M680X_INS_IDIV

int capstone.m680x_const.M680X_INS_IDIV = 157

Definition at line 215 of file m680x_const.py.

◆ M680X_INS_IDIVS

int capstone.m680x_const.M680X_INS_IDIVS = 158

Definition at line 216 of file m680x_const.py.

◆ M680X_INS_ILLGL

int capstone.m680x_const.M680X_INS_ILLGL = 159

Definition at line 217 of file m680x_const.py.

◆ M680X_INS_INC

int capstone.m680x_const.M680X_INS_INC = 160

Definition at line 218 of file m680x_const.py.

◆ M680X_INS_INCA

int capstone.m680x_const.M680X_INS_INCA = 161

Definition at line 219 of file m680x_const.py.

◆ M680X_INS_INCB

int capstone.m680x_const.M680X_INS_INCB = 162

Definition at line 220 of file m680x_const.py.

◆ M680X_INS_INCD

int capstone.m680x_const.M680X_INS_INCD = 163

Definition at line 221 of file m680x_const.py.

◆ M680X_INS_INCE

int capstone.m680x_const.M680X_INS_INCE = 164

Definition at line 222 of file m680x_const.py.

◆ M680X_INS_INCF

int capstone.m680x_const.M680X_INS_INCF = 165

Definition at line 223 of file m680x_const.py.

◆ M680X_INS_INCW

int capstone.m680x_const.M680X_INS_INCW = 166

Definition at line 224 of file m680x_const.py.

◆ M680X_INS_INCX

int capstone.m680x_const.M680X_INS_INCX = 167

Definition at line 225 of file m680x_const.py.

◆ M680X_INS_INS

int capstone.m680x_const.M680X_INS_INS = 168

Definition at line 226 of file m680x_const.py.

◆ M680X_INS_INVLD

int capstone.m680x_const.M680X_INS_INVLD = 0

Definition at line 58 of file m680x_const.py.

◆ M680X_INS_INX

int capstone.m680x_const.M680X_INS_INX = 169

Definition at line 227 of file m680x_const.py.

◆ M680X_INS_INY

int capstone.m680x_const.M680X_INS_INY = 170

Definition at line 228 of file m680x_const.py.

◆ M680X_INS_JMP

int capstone.m680x_const.M680X_INS_JMP = 171

Definition at line 229 of file m680x_const.py.

◆ M680X_INS_JSR

int capstone.m680x_const.M680X_INS_JSR = 172

Definition at line 230 of file m680x_const.py.

◆ M680X_INS_LBCC

int capstone.m680x_const.M680X_INS_LBCC = 173

Definition at line 231 of file m680x_const.py.

◆ M680X_INS_LBCS

int capstone.m680x_const.M680X_INS_LBCS = 174

Definition at line 232 of file m680x_const.py.

◆ M680X_INS_LBEQ

int capstone.m680x_const.M680X_INS_LBEQ = 175

Definition at line 233 of file m680x_const.py.

◆ M680X_INS_LBGE

int capstone.m680x_const.M680X_INS_LBGE = 176

Definition at line 234 of file m680x_const.py.

◆ M680X_INS_LBGT

int capstone.m680x_const.M680X_INS_LBGT = 177

Definition at line 235 of file m680x_const.py.

◆ M680X_INS_LBHI

int capstone.m680x_const.M680X_INS_LBHI = 178

Definition at line 236 of file m680x_const.py.

◆ M680X_INS_LBLE

int capstone.m680x_const.M680X_INS_LBLE = 179

Definition at line 237 of file m680x_const.py.

◆ M680X_INS_LBLS

int capstone.m680x_const.M680X_INS_LBLS = 180

Definition at line 238 of file m680x_const.py.

◆ M680X_INS_LBLT

int capstone.m680x_const.M680X_INS_LBLT = 181

Definition at line 239 of file m680x_const.py.

◆ M680X_INS_LBMI

int capstone.m680x_const.M680X_INS_LBMI = 182

Definition at line 240 of file m680x_const.py.

◆ M680X_INS_LBNE

int capstone.m680x_const.M680X_INS_LBNE = 183

Definition at line 241 of file m680x_const.py.

◆ M680X_INS_LBPL

int capstone.m680x_const.M680X_INS_LBPL = 184

Definition at line 242 of file m680x_const.py.

◆ M680X_INS_LBRA

int capstone.m680x_const.M680X_INS_LBRA = 185

Definition at line 243 of file m680x_const.py.

◆ M680X_INS_LBRN

int capstone.m680x_const.M680X_INS_LBRN = 186

Definition at line 244 of file m680x_const.py.

◆ M680X_INS_LBSR

int capstone.m680x_const.M680X_INS_LBSR = 187

Definition at line 245 of file m680x_const.py.

◆ M680X_INS_LBVC

int capstone.m680x_const.M680X_INS_LBVC = 188

Definition at line 246 of file m680x_const.py.

◆ M680X_INS_LBVS

int capstone.m680x_const.M680X_INS_LBVS = 189

Definition at line 247 of file m680x_const.py.

◆ M680X_INS_LDA

int capstone.m680x_const.M680X_INS_LDA = 190

Definition at line 248 of file m680x_const.py.

◆ M680X_INS_LDAA

int capstone.m680x_const.M680X_INS_LDAA = 191

Definition at line 249 of file m680x_const.py.

◆ M680X_INS_LDAB

int capstone.m680x_const.M680X_INS_LDAB = 192

Definition at line 250 of file m680x_const.py.

◆ M680X_INS_LDB

int capstone.m680x_const.M680X_INS_LDB = 193

Definition at line 251 of file m680x_const.py.

◆ M680X_INS_LDBT

int capstone.m680x_const.M680X_INS_LDBT = 194

Definition at line 252 of file m680x_const.py.

◆ M680X_INS_LDD

int capstone.m680x_const.M680X_INS_LDD = 195

Definition at line 253 of file m680x_const.py.

◆ M680X_INS_LDE

int capstone.m680x_const.M680X_INS_LDE = 196

Definition at line 254 of file m680x_const.py.

◆ M680X_INS_LDF

int capstone.m680x_const.M680X_INS_LDF = 197

Definition at line 255 of file m680x_const.py.

◆ M680X_INS_LDHX

int capstone.m680x_const.M680X_INS_LDHX = 198

Definition at line 256 of file m680x_const.py.

◆ M680X_INS_LDMD

int capstone.m680x_const.M680X_INS_LDMD = 199

Definition at line 257 of file m680x_const.py.

◆ M680X_INS_LDQ

int capstone.m680x_const.M680X_INS_LDQ = 200

Definition at line 258 of file m680x_const.py.

◆ M680X_INS_LDS

int capstone.m680x_const.M680X_INS_LDS = 201

Definition at line 259 of file m680x_const.py.

◆ M680X_INS_LDU

int capstone.m680x_const.M680X_INS_LDU = 202

Definition at line 260 of file m680x_const.py.

◆ M680X_INS_LDW

int capstone.m680x_const.M680X_INS_LDW = 203

Definition at line 261 of file m680x_const.py.

◆ M680X_INS_LDX

int capstone.m680x_const.M680X_INS_LDX = 204

Definition at line 262 of file m680x_const.py.

◆ M680X_INS_LDY

int capstone.m680x_const.M680X_INS_LDY = 205

Definition at line 263 of file m680x_const.py.

◆ M680X_INS_LEAS

int capstone.m680x_const.M680X_INS_LEAS = 206

Definition at line 264 of file m680x_const.py.

◆ M680X_INS_LEAU

int capstone.m680x_const.M680X_INS_LEAU = 207

Definition at line 265 of file m680x_const.py.

◆ M680X_INS_LEAX

int capstone.m680x_const.M680X_INS_LEAX = 208

Definition at line 266 of file m680x_const.py.

◆ M680X_INS_LEAY

int capstone.m680x_const.M680X_INS_LEAY = 209

Definition at line 267 of file m680x_const.py.

◆ M680X_INS_LSL

int capstone.m680x_const.M680X_INS_LSL = 210

Definition at line 268 of file m680x_const.py.

◆ M680X_INS_LSLA

int capstone.m680x_const.M680X_INS_LSLA = 211

Definition at line 269 of file m680x_const.py.

◆ M680X_INS_LSLB

int capstone.m680x_const.M680X_INS_LSLB = 212

Definition at line 270 of file m680x_const.py.

◆ M680X_INS_LSLD

int capstone.m680x_const.M680X_INS_LSLD = 213

Definition at line 271 of file m680x_const.py.

◆ M680X_INS_LSLX

int capstone.m680x_const.M680X_INS_LSLX = 214

Definition at line 272 of file m680x_const.py.

◆ M680X_INS_LSR

int capstone.m680x_const.M680X_INS_LSR = 215

Definition at line 273 of file m680x_const.py.

◆ M680X_INS_LSRA

int capstone.m680x_const.M680X_INS_LSRA = 216

Definition at line 274 of file m680x_const.py.

◆ M680X_INS_LSRB

int capstone.m680x_const.M680X_INS_LSRB = 217

Definition at line 275 of file m680x_const.py.

◆ M680X_INS_LSRD

int capstone.m680x_const.M680X_INS_LSRD = 218

Definition at line 276 of file m680x_const.py.

◆ M680X_INS_LSRW

int capstone.m680x_const.M680X_INS_LSRW = 219

Definition at line 277 of file m680x_const.py.

◆ M680X_INS_LSRX

int capstone.m680x_const.M680X_INS_LSRX = 220

Definition at line 278 of file m680x_const.py.

◆ M680X_INS_MAXA

int capstone.m680x_const.M680X_INS_MAXA = 221

Definition at line 279 of file m680x_const.py.

◆ M680X_INS_MAXM

int capstone.m680x_const.M680X_INS_MAXM = 222

Definition at line 280 of file m680x_const.py.

◆ M680X_INS_MEM

int capstone.m680x_const.M680X_INS_MEM = 223

Definition at line 281 of file m680x_const.py.

◆ M680X_INS_MINA

int capstone.m680x_const.M680X_INS_MINA = 224

Definition at line 282 of file m680x_const.py.

◆ M680X_INS_MINM

int capstone.m680x_const.M680X_INS_MINM = 225

Definition at line 283 of file m680x_const.py.

◆ M680X_INS_MOV

int capstone.m680x_const.M680X_INS_MOV = 226

Definition at line 284 of file m680x_const.py.

◆ M680X_INS_MOVB

int capstone.m680x_const.M680X_INS_MOVB = 227

Definition at line 285 of file m680x_const.py.

◆ M680X_INS_MOVW

int capstone.m680x_const.M680X_INS_MOVW = 228

Definition at line 286 of file m680x_const.py.

◆ M680X_INS_MUL

int capstone.m680x_const.M680X_INS_MUL = 229

Definition at line 287 of file m680x_const.py.

◆ M680X_INS_MULD

int capstone.m680x_const.M680X_INS_MULD = 230

Definition at line 288 of file m680x_const.py.

◆ M680X_INS_NEG

int capstone.m680x_const.M680X_INS_NEG = 231

Definition at line 289 of file m680x_const.py.

◆ M680X_INS_NEGA

int capstone.m680x_const.M680X_INS_NEGA = 232

Definition at line 290 of file m680x_const.py.

◆ M680X_INS_NEGB

int capstone.m680x_const.M680X_INS_NEGB = 233

Definition at line 291 of file m680x_const.py.

◆ M680X_INS_NEGD

int capstone.m680x_const.M680X_INS_NEGD = 234

Definition at line 292 of file m680x_const.py.

◆ M680X_INS_NEGX

int capstone.m680x_const.M680X_INS_NEGX = 235

Definition at line 293 of file m680x_const.py.

◆ M680X_INS_NOP

int capstone.m680x_const.M680X_INS_NOP = 236

Definition at line 294 of file m680x_const.py.

◆ M680X_INS_NSA

int capstone.m680x_const.M680X_INS_NSA = 237

Definition at line 295 of file m680x_const.py.

◆ M680X_INS_OIM

int capstone.m680x_const.M680X_INS_OIM = 238

Definition at line 296 of file m680x_const.py.

◆ M680X_INS_ORA

int capstone.m680x_const.M680X_INS_ORA = 239

Definition at line 297 of file m680x_const.py.

◆ M680X_INS_ORAA

int capstone.m680x_const.M680X_INS_ORAA = 240

Definition at line 298 of file m680x_const.py.

◆ M680X_INS_ORAB

int capstone.m680x_const.M680X_INS_ORAB = 241

Definition at line 299 of file m680x_const.py.

◆ M680X_INS_ORB

int capstone.m680x_const.M680X_INS_ORB = 242

Definition at line 300 of file m680x_const.py.

◆ M680X_INS_ORCC

int capstone.m680x_const.M680X_INS_ORCC = 243

Definition at line 301 of file m680x_const.py.

◆ M680X_INS_ORD

int capstone.m680x_const.M680X_INS_ORD = 244

Definition at line 302 of file m680x_const.py.

◆ M680X_INS_ORR

int capstone.m680x_const.M680X_INS_ORR = 245

Definition at line 303 of file m680x_const.py.

◆ M680X_INS_PSHA

int capstone.m680x_const.M680X_INS_PSHA = 246

Definition at line 304 of file m680x_const.py.

◆ M680X_INS_PSHB

int capstone.m680x_const.M680X_INS_PSHB = 247

Definition at line 305 of file m680x_const.py.

◆ M680X_INS_PSHC

int capstone.m680x_const.M680X_INS_PSHC = 248

Definition at line 306 of file m680x_const.py.

◆ M680X_INS_PSHD

int capstone.m680x_const.M680X_INS_PSHD = 249

Definition at line 307 of file m680x_const.py.

◆ M680X_INS_PSHH

int capstone.m680x_const.M680X_INS_PSHH = 250

Definition at line 308 of file m680x_const.py.

◆ M680X_INS_PSHS

int capstone.m680x_const.M680X_INS_PSHS = 251

Definition at line 309 of file m680x_const.py.

◆ M680X_INS_PSHSW

int capstone.m680x_const.M680X_INS_PSHSW = 252

Definition at line 310 of file m680x_const.py.

◆ M680X_INS_PSHU

int capstone.m680x_const.M680X_INS_PSHU = 253

Definition at line 311 of file m680x_const.py.

◆ M680X_INS_PSHUW

int capstone.m680x_const.M680X_INS_PSHUW = 254

Definition at line 312 of file m680x_const.py.

◆ M680X_INS_PSHX

int capstone.m680x_const.M680X_INS_PSHX = 255

Definition at line 313 of file m680x_const.py.

◆ M680X_INS_PSHY

int capstone.m680x_const.M680X_INS_PSHY = 256

Definition at line 314 of file m680x_const.py.

◆ M680X_INS_PULA

int capstone.m680x_const.M680X_INS_PULA = 257

Definition at line 315 of file m680x_const.py.

◆ M680X_INS_PULB

int capstone.m680x_const.M680X_INS_PULB = 258

Definition at line 316 of file m680x_const.py.

◆ M680X_INS_PULC

int capstone.m680x_const.M680X_INS_PULC = 259

Definition at line 317 of file m680x_const.py.

◆ M680X_INS_PULD

int capstone.m680x_const.M680X_INS_PULD = 260

Definition at line 318 of file m680x_const.py.

◆ M680X_INS_PULH

int capstone.m680x_const.M680X_INS_PULH = 261

Definition at line 319 of file m680x_const.py.

◆ M680X_INS_PULS

int capstone.m680x_const.M680X_INS_PULS = 262

Definition at line 320 of file m680x_const.py.

◆ M680X_INS_PULSW

int capstone.m680x_const.M680X_INS_PULSW = 263

Definition at line 321 of file m680x_const.py.

◆ M680X_INS_PULU

int capstone.m680x_const.M680X_INS_PULU = 264

Definition at line 322 of file m680x_const.py.

◆ M680X_INS_PULUW

int capstone.m680x_const.M680X_INS_PULUW = 265

Definition at line 323 of file m680x_const.py.

◆ M680X_INS_PULX

int capstone.m680x_const.M680X_INS_PULX = 266

Definition at line 324 of file m680x_const.py.

◆ M680X_INS_PULY

int capstone.m680x_const.M680X_INS_PULY = 267

Definition at line 325 of file m680x_const.py.

◆ M680X_INS_REV

int capstone.m680x_const.M680X_INS_REV = 268

Definition at line 326 of file m680x_const.py.

◆ M680X_INS_REVW

int capstone.m680x_const.M680X_INS_REVW = 269

Definition at line 327 of file m680x_const.py.

◆ M680X_INS_ROL

int capstone.m680x_const.M680X_INS_ROL = 270

Definition at line 328 of file m680x_const.py.

◆ M680X_INS_ROLA

int capstone.m680x_const.M680X_INS_ROLA = 271

Definition at line 329 of file m680x_const.py.

◆ M680X_INS_ROLB

int capstone.m680x_const.M680X_INS_ROLB = 272

Definition at line 330 of file m680x_const.py.

◆ M680X_INS_ROLD

int capstone.m680x_const.M680X_INS_ROLD = 273

Definition at line 331 of file m680x_const.py.

◆ M680X_INS_ROLW

int capstone.m680x_const.M680X_INS_ROLW = 274

Definition at line 332 of file m680x_const.py.

◆ M680X_INS_ROLX

int capstone.m680x_const.M680X_INS_ROLX = 275

Definition at line 333 of file m680x_const.py.

◆ M680X_INS_ROR

int capstone.m680x_const.M680X_INS_ROR = 276

Definition at line 334 of file m680x_const.py.

◆ M680X_INS_RORA

int capstone.m680x_const.M680X_INS_RORA = 277

Definition at line 335 of file m680x_const.py.

◆ M680X_INS_RORB

int capstone.m680x_const.M680X_INS_RORB = 278

Definition at line 336 of file m680x_const.py.

◆ M680X_INS_RORD

int capstone.m680x_const.M680X_INS_RORD = 279

Definition at line 337 of file m680x_const.py.

◆ M680X_INS_RORW

int capstone.m680x_const.M680X_INS_RORW = 280

Definition at line 338 of file m680x_const.py.

◆ M680X_INS_RORX

int capstone.m680x_const.M680X_INS_RORX = 281

Definition at line 339 of file m680x_const.py.

◆ M680X_INS_RSP

int capstone.m680x_const.M680X_INS_RSP = 282

Definition at line 340 of file m680x_const.py.

◆ M680X_INS_RTC

int capstone.m680x_const.M680X_INS_RTC = 283

Definition at line 341 of file m680x_const.py.

◆ M680X_INS_RTI

int capstone.m680x_const.M680X_INS_RTI = 284

Definition at line 342 of file m680x_const.py.

◆ M680X_INS_RTS

int capstone.m680x_const.M680X_INS_RTS = 285

Definition at line 343 of file m680x_const.py.

◆ M680X_INS_SBA

int capstone.m680x_const.M680X_INS_SBA = 286

Definition at line 344 of file m680x_const.py.

◆ M680X_INS_SBC

int capstone.m680x_const.M680X_INS_SBC = 287

Definition at line 345 of file m680x_const.py.

◆ M680X_INS_SBCA

int capstone.m680x_const.M680X_INS_SBCA = 288

Definition at line 346 of file m680x_const.py.

◆ M680X_INS_SBCB

int capstone.m680x_const.M680X_INS_SBCB = 289

Definition at line 347 of file m680x_const.py.

◆ M680X_INS_SBCD

int capstone.m680x_const.M680X_INS_SBCD = 290

Definition at line 348 of file m680x_const.py.

◆ M680X_INS_SBCR

int capstone.m680x_const.M680X_INS_SBCR = 291

Definition at line 349 of file m680x_const.py.

◆ M680X_INS_SEC

int capstone.m680x_const.M680X_INS_SEC = 292

Definition at line 350 of file m680x_const.py.

◆ M680X_INS_SEI

int capstone.m680x_const.M680X_INS_SEI = 293

Definition at line 351 of file m680x_const.py.

◆ M680X_INS_SEV

int capstone.m680x_const.M680X_INS_SEV = 294

Definition at line 352 of file m680x_const.py.

◆ M680X_INS_SEX

int capstone.m680x_const.M680X_INS_SEX = 295

Definition at line 353 of file m680x_const.py.

◆ M680X_INS_SEXW

int capstone.m680x_const.M680X_INS_SEXW = 296

Definition at line 354 of file m680x_const.py.

◆ M680X_INS_SLP

int capstone.m680x_const.M680X_INS_SLP = 297

Definition at line 355 of file m680x_const.py.

◆ M680X_INS_STA

int capstone.m680x_const.M680X_INS_STA = 298

Definition at line 356 of file m680x_const.py.

◆ M680X_INS_STAA

int capstone.m680x_const.M680X_INS_STAA = 299

Definition at line 357 of file m680x_const.py.

◆ M680X_INS_STAB

int capstone.m680x_const.M680X_INS_STAB = 300

Definition at line 358 of file m680x_const.py.

◆ M680X_INS_STB

int capstone.m680x_const.M680X_INS_STB = 301

Definition at line 359 of file m680x_const.py.

◆ M680X_INS_STBT

int capstone.m680x_const.M680X_INS_STBT = 302

Definition at line 360 of file m680x_const.py.

◆ M680X_INS_STD

int capstone.m680x_const.M680X_INS_STD = 303

Definition at line 361 of file m680x_const.py.

◆ M680X_INS_STE

int capstone.m680x_const.M680X_INS_STE = 304

Definition at line 362 of file m680x_const.py.

◆ M680X_INS_STF

int capstone.m680x_const.M680X_INS_STF = 305

Definition at line 363 of file m680x_const.py.

◆ M680X_INS_STHX

int capstone.m680x_const.M680X_INS_STHX = 307

Definition at line 365 of file m680x_const.py.

◆ M680X_INS_STOP

int capstone.m680x_const.M680X_INS_STOP = 306

Definition at line 364 of file m680x_const.py.

◆ M680X_INS_STQ

int capstone.m680x_const.M680X_INS_STQ = 308

Definition at line 366 of file m680x_const.py.

◆ M680X_INS_STS

int capstone.m680x_const.M680X_INS_STS = 309

Definition at line 367 of file m680x_const.py.

◆ M680X_INS_STU

int capstone.m680x_const.M680X_INS_STU = 310

Definition at line 368 of file m680x_const.py.

◆ M680X_INS_STW

int capstone.m680x_const.M680X_INS_STW = 311

Definition at line 369 of file m680x_const.py.

◆ M680X_INS_STX

int capstone.m680x_const.M680X_INS_STX = 312

Definition at line 370 of file m680x_const.py.

◆ M680X_INS_STY

int capstone.m680x_const.M680X_INS_STY = 313

Definition at line 371 of file m680x_const.py.

◆ M680X_INS_SUB

int capstone.m680x_const.M680X_INS_SUB = 314

Definition at line 372 of file m680x_const.py.

◆ M680X_INS_SUBA

int capstone.m680x_const.M680X_INS_SUBA = 315

Definition at line 373 of file m680x_const.py.

◆ M680X_INS_SUBB

int capstone.m680x_const.M680X_INS_SUBB = 316

Definition at line 374 of file m680x_const.py.

◆ M680X_INS_SUBD

int capstone.m680x_const.M680X_INS_SUBD = 317

Definition at line 375 of file m680x_const.py.

◆ M680X_INS_SUBE

int capstone.m680x_const.M680X_INS_SUBE = 318

Definition at line 376 of file m680x_const.py.

◆ M680X_INS_SUBF

int capstone.m680x_const.M680X_INS_SUBF = 319

Definition at line 377 of file m680x_const.py.

◆ M680X_INS_SUBR

int capstone.m680x_const.M680X_INS_SUBR = 320

Definition at line 378 of file m680x_const.py.

◆ M680X_INS_SUBW

int capstone.m680x_const.M680X_INS_SUBW = 321

Definition at line 379 of file m680x_const.py.

◆ M680X_INS_SWI

int capstone.m680x_const.M680X_INS_SWI = 322

Definition at line 380 of file m680x_const.py.

◆ M680X_INS_SWI2

int capstone.m680x_const.M680X_INS_SWI2 = 323

Definition at line 381 of file m680x_const.py.

◆ M680X_INS_SWI3

int capstone.m680x_const.M680X_INS_SWI3 = 324

Definition at line 382 of file m680x_const.py.

◆ M680X_INS_SYNC

int capstone.m680x_const.M680X_INS_SYNC = 325

Definition at line 383 of file m680x_const.py.

◆ M680X_INS_TAB

int capstone.m680x_const.M680X_INS_TAB = 326

Definition at line 384 of file m680x_const.py.

◆ M680X_INS_TAP

int capstone.m680x_const.M680X_INS_TAP = 327

Definition at line 385 of file m680x_const.py.

◆ M680X_INS_TAX

int capstone.m680x_const.M680X_INS_TAX = 328

Definition at line 386 of file m680x_const.py.

◆ M680X_INS_TBA

int capstone.m680x_const.M680X_INS_TBA = 329

Definition at line 387 of file m680x_const.py.

◆ M680X_INS_TBEQ

int capstone.m680x_const.M680X_INS_TBEQ = 330

Definition at line 388 of file m680x_const.py.

◆ M680X_INS_TBL

int capstone.m680x_const.M680X_INS_TBL = 331

Definition at line 389 of file m680x_const.py.

◆ M680X_INS_TBNE

int capstone.m680x_const.M680X_INS_TBNE = 332

Definition at line 390 of file m680x_const.py.

◆ M680X_INS_TEST

int capstone.m680x_const.M680X_INS_TEST = 333

Definition at line 391 of file m680x_const.py.

◆ M680X_INS_TFM

int capstone.m680x_const.M680X_INS_TFM = 334

Definition at line 392 of file m680x_const.py.

◆ M680X_INS_TFR

int capstone.m680x_const.M680X_INS_TFR = 335

Definition at line 393 of file m680x_const.py.

◆ M680X_INS_TIM

int capstone.m680x_const.M680X_INS_TIM = 336

Definition at line 394 of file m680x_const.py.

◆ M680X_INS_TPA

int capstone.m680x_const.M680X_INS_TPA = 337

Definition at line 395 of file m680x_const.py.

◆ M680X_INS_TST

int capstone.m680x_const.M680X_INS_TST = 338

Definition at line 396 of file m680x_const.py.

◆ M680X_INS_TSTA

int capstone.m680x_const.M680X_INS_TSTA = 339

Definition at line 397 of file m680x_const.py.

◆ M680X_INS_TSTB

int capstone.m680x_const.M680X_INS_TSTB = 340

Definition at line 398 of file m680x_const.py.

◆ M680X_INS_TSTD

int capstone.m680x_const.M680X_INS_TSTD = 341

Definition at line 399 of file m680x_const.py.

◆ M680X_INS_TSTE

int capstone.m680x_const.M680X_INS_TSTE = 342

Definition at line 400 of file m680x_const.py.

◆ M680X_INS_TSTF

int capstone.m680x_const.M680X_INS_TSTF = 343

Definition at line 401 of file m680x_const.py.

◆ M680X_INS_TSTW

int capstone.m680x_const.M680X_INS_TSTW = 344

Definition at line 402 of file m680x_const.py.

◆ M680X_INS_TSTX

int capstone.m680x_const.M680X_INS_TSTX = 345

Definition at line 403 of file m680x_const.py.

◆ M680X_INS_TSX

int capstone.m680x_const.M680X_INS_TSX = 346

Definition at line 404 of file m680x_const.py.

◆ M680X_INS_TSY

int capstone.m680x_const.M680X_INS_TSY = 347

Definition at line 405 of file m680x_const.py.

◆ M680X_INS_TXA

int capstone.m680x_const.M680X_INS_TXA = 348

Definition at line 406 of file m680x_const.py.

◆ M680X_INS_TXS

int capstone.m680x_const.M680X_INS_TXS = 349

Definition at line 407 of file m680x_const.py.

◆ M680X_INS_TYS

int capstone.m680x_const.M680X_INS_TYS = 350

Definition at line 408 of file m680x_const.py.

◆ M680X_INS_WAI

int capstone.m680x_const.M680X_INS_WAI = 351

Definition at line 409 of file m680x_const.py.

◆ M680X_INS_WAIT

int capstone.m680x_const.M680X_INS_WAIT = 352

Definition at line 410 of file m680x_const.py.

◆ M680X_INS_WAV

int capstone.m680x_const.M680X_INS_WAV = 353

Definition at line 411 of file m680x_const.py.

◆ M680X_INS_WAVR

int capstone.m680x_const.M680X_INS_WAVR = 354

Definition at line 412 of file m680x_const.py.

◆ M680X_INS_XGDX

int capstone.m680x_const.M680X_INS_XGDX = 355

Definition at line 413 of file m680x_const.py.

◆ M680X_INS_XGDY

int capstone.m680x_const.M680X_INS_XGDY = 356

Definition at line 414 of file m680x_const.py.

◆ M680X_OFFSET_BITS_16

int capstone.m680x_const.M680X_OFFSET_BITS_16 = 16

Definition at line 41 of file m680x_const.py.

◆ M680X_OFFSET_BITS_5

int capstone.m680x_const.M680X_OFFSET_BITS_5 = 5

Definition at line 38 of file m680x_const.py.

◆ M680X_OFFSET_BITS_8

int capstone.m680x_const.M680X_OFFSET_BITS_8 = 8

Definition at line 39 of file m680x_const.py.

◆ M680X_OFFSET_BITS_9

int capstone.m680x_const.M680X_OFFSET_BITS_9 = 9

Definition at line 40 of file m680x_const.py.

◆ M680X_OFFSET_NONE

int capstone.m680x_const.M680X_OFFSET_NONE = 0

Definition at line 37 of file m680x_const.py.

◆ M680X_OP_CONSTANT

int capstone.m680x_const.M680X_OP_CONSTANT = 7

Definition at line 35 of file m680x_const.py.

◆ M680X_OP_DIRECT

int capstone.m680x_const.M680X_OP_DIRECT = 5

Definition at line 33 of file m680x_const.py.

◆ M680X_OP_EXTENDED

int capstone.m680x_const.M680X_OP_EXTENDED = 4

Definition at line 32 of file m680x_const.py.

◆ M680X_OP_IMMEDIATE

int capstone.m680x_const.M680X_OP_IMMEDIATE = 2

Definition at line 30 of file m680x_const.py.

◆ M680X_OP_INDEXED

int capstone.m680x_const.M680X_OP_INDEXED = 3

Definition at line 31 of file m680x_const.py.

◆ M680X_OP_INVALID

int capstone.m680x_const.M680X_OP_INVALID = 0

Definition at line 28 of file m680x_const.py.

◆ M680X_OP_REGISTER

int capstone.m680x_const.M680X_OP_REGISTER = 1

Definition at line 29 of file m680x_const.py.

◆ M680X_OP_RELATIVE

int capstone.m680x_const.M680X_OP_RELATIVE = 6

Definition at line 34 of file m680x_const.py.

◆ M680X_OPERAND_COUNT

int capstone.m680x_const.M680X_OPERAND_COUNT = 9

Definition at line 2 of file m680x_const.py.

◆ M680X_REG_0

int capstone.m680x_const.M680X_REG_0 = 5

Definition at line 9 of file m680x_const.py.

◆ M680X_REG_A

int capstone.m680x_const.M680X_REG_A = 1

Definition at line 5 of file m680x_const.py.

◆ M680X_REG_B

int capstone.m680x_const.M680X_REG_B = 2

Definition at line 6 of file m680x_const.py.

◆ M680X_REG_CC

int capstone.m680x_const.M680X_REG_CC = 8

Definition at line 12 of file m680x_const.py.

◆ M680X_REG_D

int capstone.m680x_const.M680X_REG_D = 6

Definition at line 10 of file m680x_const.py.

◆ M680X_REG_DP

int capstone.m680x_const.M680X_REG_DP = 9

Definition at line 13 of file m680x_const.py.

◆ M680X_REG_E

int capstone.m680x_const.M680X_REG_E = 3

Definition at line 7 of file m680x_const.py.

◆ M680X_REG_ENDING

int capstone.m680x_const.M680X_REG_ENDING = 22

Definition at line 26 of file m680x_const.py.

◆ M680X_REG_F

int capstone.m680x_const.M680X_REG_F = 4

Definition at line 8 of file m680x_const.py.

◆ M680X_REG_H

int capstone.m680x_const.M680X_REG_H = 12

Definition at line 16 of file m680x_const.py.

◆ M680X_REG_HX

int capstone.m680x_const.M680X_REG_HX = 11

Definition at line 15 of file m680x_const.py.

◆ M680X_REG_INVALID

int capstone.m680x_const.M680X_REG_INVALID = 0

Definition at line 4 of file m680x_const.py.

◆ M680X_REG_MD

int capstone.m680x_const.M680X_REG_MD = 10

Definition at line 14 of file m680x_const.py.

◆ M680X_REG_PC

int capstone.m680x_const.M680X_REG_PC = 19

Definition at line 23 of file m680x_const.py.

◆ M680X_REG_Q

int capstone.m680x_const.M680X_REG_Q = 18

Definition at line 22 of file m680x_const.py.

◆ M680X_REG_S

int capstone.m680x_const.M680X_REG_S = 15

Definition at line 19 of file m680x_const.py.

◆ M680X_REG_TMP2

int capstone.m680x_const.M680X_REG_TMP2 = 20

Definition at line 24 of file m680x_const.py.

◆ M680X_REG_TMP3

int capstone.m680x_const.M680X_REG_TMP3 = 21

Definition at line 25 of file m680x_const.py.

◆ M680X_REG_U

int capstone.m680x_const.M680X_REG_U = 16

Definition at line 20 of file m680x_const.py.

◆ M680X_REG_V

int capstone.m680x_const.M680X_REG_V = 17

Definition at line 21 of file m680x_const.py.

◆ M680X_REG_W

int capstone.m680x_const.M680X_REG_W = 7

Definition at line 11 of file m680x_const.py.

◆ M680X_REG_X

int capstone.m680x_const.M680X_REG_X = 13

Definition at line 17 of file m680x_const.py.

◆ M680X_REG_Y

int capstone.m680x_const.M680X_REG_Y = 14

Definition at line 18 of file m680x_const.py.

◆ M680X_SECOND_OP_IN_MNEM

int capstone.m680x_const.M680X_SECOND_OP_IN_MNEM = 2

Definition at line 56 of file m680x_const.py.