Rizin
unix-like reverse engineering framework and cli tools
cs_m680x Struct Reference

The M680X instruction and it's operands. More...

#include <m680x.h>

Public Attributes

uint8_t flags
 See: M680X instruction flags. More...
 
uint8_t op_count
 number of operands for the instruction or 0 More...
 
cs_m680x_op operands [M680X_OPERAND_COUNT]
 operands for this insn. More...
 

Detailed Description

The M680X instruction and it's operands.

Definition at line 165 of file m680x.h.

Member Data Documentation

◆ flags

uint8_t cs_m680x::flags

See: M680X instruction flags.

Definition at line 166 of file m680x.h.

Referenced by cmd_descs_generate.Arg::__str__(), print_insn_detail(), and print_insn_detail_m680x().

◆ op_count

uint8_t cs_m680x::op_count

number of operands for the instruction or 0

Definition at line 167 of file m680x.h.

Referenced by print_insn_detail(), and print_insn_detail_m680x().

◆ operands


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