Rizin
unix-like reverse engineering framework and cli tools
capstone.m68k.CsM68K Class Reference
Inheritance diagram for capstone.m68k.CsM68K:

Static Public Attributes

int M68K_OPERAND_COUNT = 4
 

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 87 of file m68k.py.

Member Data Documentation

◆ _fields_

tuple capstone.m68k.CsM68K._fields_
staticprivate
Initial value:
= (
('operands', M68KOp * M68K_OPERAND_COUNT),
('op_size', M68KOpSize),
('op_count', ctypes.c_uint8),
)

Definition at line 89 of file m68k.py.

◆ M68K_OPERAND_COUNT

int capstone.m68k.CsM68K.M68K_OPERAND_COUNT = 4
static

Definition at line 88 of file m68k.py.


The documentation for this class was generated from the following file: