Rizin
unix-like reverse engineering framework and cli tools
capstone.m680x Namespace Reference

Classes

class  M680xOpIdx
 
class  M680xOpRel
 
class  M680xOpExt
 
class  M680xOpValue
 
class  M680xOp
 
class  CsM680x
 

Functions

def get_arch_info (a)
 

Function Documentation

◆ get_arch_info()

def capstone.m680x.get_arch_info (   a)

Definition at line 86 of file m680x.py.

86 def get_arch_info(a):
87  return (a.flags, copy_ctypes_list(a.operands[:a.op_count]))
88 
def get_arch_info(a)
Definition: m680x.py:86
def copy_ctypes_list(src)
Definition: __init__.py:326

References capstone.copy_ctypes_list().