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

Instruction's operand referring to extended addressing. More...

#include <m680x.h>

Public Attributes

uint16_t address
 The absolute address. More...
 
bool indirect
 true if extended indirect addressing More...
 

Detailed Description

Instruction's operand referring to extended addressing.

Definition at line 108 of file m680x.h.

Member Data Documentation

◆ address

uint16_t m680x_op_ext::address

The absolute address.

Definition at line 109 of file m680x.h.

Referenced by capstone.CsInsn::__repr__().

◆ indirect

bool m680x_op_ext::indirect

true if extended indirect addressing

Definition at line 110 of file m680x.h.


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