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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 8 of file m680x.py.

Member Data Documentation

◆ _fields_

tuple capstone.m680x.M680xOpIdx._fields_
staticprivate
Initial value:
= (
('base_reg', ctypes.c_uint),
('offset_reg', ctypes.c_uint),
('offset', ctypes.c_int16),
('offset_addr', ctypes.c_uint16),
('offset_bits', ctypes.c_uint8),
('inc_dec', ctypes.c_int8),
('flags', ctypes.c_uint8),
)

Definition at line 9 of file m680x.py.


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