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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 42 of file systemz.py.

Member Data Documentation

◆ _fields_

tuple capstone.systemz.CsSysz._fields_
staticprivate
Initial value:
= (
('cc', ctypes.c_uint),
('op_count', ctypes.c_uint8),
('operands', SyszOp * 6),
)

Definition at line 43 of file systemz.py.


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