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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 29 of file m68k.py.

Member Data Documentation

◆ _fields_

tuple capstone.m68k.M68KOpValue._fields_
staticprivate
Initial value:
= (
('imm', ctypes.c_int64),
('dimm', ctypes.c_double),
('simm', ctypes.c_float),
('reg', ctypes.c_uint),
('reg_pair', M68KOpRegPair),
)

Definition at line 30 of file m68k.py.


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