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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 16 of file systemz.py.

Member Data Documentation

◆ _fields_

tuple capstone.systemz.SyszOpValue._fields_
staticprivate
Initial value:
= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int64),
('mem', SyszOpMem),
)

Definition at line 17 of file systemz.py.


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