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

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

#include <m68k.h>

Public Attributes

cs_m68k_op operands [M68K_OPERAND_COUNT]
 operands for this instruction. More...
 
m68k_op_size op_size
 size of data operand works on in bytes (.b, .w, .l, etc) More...
 
uint8_t op_count
 number of operands for the instruction More...
 

Detailed Description

The M68K instruction and it's operands.

Definition at line 210 of file m68k.h.

Member Data Documentation

◆ op_count

uint8_t cs_m68k::op_count

number of operands for the instruction

Definition at line 214 of file m68k.h.

◆ op_size

m68k_op_size cs_m68k::op_size

size of data operand works on in bytes (.b, .w, .l, etc)

Definition at line 213 of file m68k.h.

Referenced by capstone.CsInsn::__gen_detail(), and printAddressingMode().

◆ operands

cs_m68k_op cs_m68k::operands[M68K_OPERAND_COUNT]

operands for this instruction.

Definition at line 212 of file m68k.h.

Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().


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