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

Register pair in one operand. More...

#include <m68k.h>

Public Attributes

m68k_reg reg_0
 
m68k_reg reg_1
 

Detailed Description

Register pair in one operand.

Definition at line 154 of file m68k.h.

Member Data Documentation

◆ reg_0

m68k_reg cs_m68k_op_reg_pair::reg_0

Definition at line 155 of file m68k.h.

Referenced by build_cas2(), d68020_divl(), and d68020_mull().

◆ reg_1

m68k_reg cs_m68k_op_reg_pair::reg_1

Definition at line 156 of file m68k.h.

Referenced by build_cas2(), d68020_divl(), and d68020_mull().


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