Definition at line 8 of file x86.py.
◆ _fields_
tuple capstone.x86.X86OpMem._fields_ |
|
staticprivate |
Initial value:= (
('segment', ctypes.c_uint),
('base', ctypes.c_uint),
('index', ctypes.c_uint),
('scale', ctypes.c_int),
('disp', ctypes.c_int64),
)
Definition at line 9 of file x86.py.
The documentation for this class was generated from the following file:
- subprojects/capstone-bundled/bindings/python/capstone/x86.py