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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 8 of file m68k.py.

Member Data Documentation

◆ _fields_

tuple capstone.m68k.M68KOpMem._fields_
staticprivate
Initial value:
= (
('base_reg', ctypes.c_uint),
('index_reg', ctypes.c_uint),
('in_base_reg', ctypes.c_uint),
('in_disp', ctypes.c_uint),
('out_disp', ctypes.c_uint),
('disp', ctypes.c_short),
('scale', ctypes.c_ubyte),
('bitfield', ctypes.c_ubyte),
('width', ctypes.c_ubyte),
('offset', ctypes.c_ubyte),
('index_size', ctypes.c_ubyte),
)

Definition at line 9 of file m68k.py.


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