Definition at line 17 of file x86.py.
◆ _fields_
tuple capstone.x86.X86OpValue._fields_ |
|
staticprivate |
Initial value:= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int64),
('mem', X86OpMem),
)
Definition at line 18 of file x86.py.
The documentation for this class was generated from the following file:
- subprojects/capstone-bundled/bindings/python/capstone/x86.py