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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 31 of file m680x.py.

Member Data Documentation

◆ _fields_

tuple capstone.m680x.M680xOpValue._fields_
staticprivate
Initial value:
= (
('imm', ctypes.c_int32),
('reg', ctypes.c_uint),
('idx', M680xOpIdx),
('rel', M680xOpRel),
('ext', M680xOpExt),
('direct_addr', ctypes.c_uint8),
('const_val', ctypes.c_uint8),
)

Definition at line 32 of file m680x.py.


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