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

Operation size of the current instruction (NOT the actually size of instruction) More...

#include <m68k.h>

Public Attributes

m68k_size_type type
 
union {
   m68k_cpu_size   cpu_size
 
   m68k_fpu_size   fpu_size
 
}; 
 

Detailed Description

Operation size of the current instruction (NOT the actually size of instruction)

Definition at line 201 of file m68k.h.

Member Data Documentation

◆ 

union { ... }

◆ cpu_size

m68k_cpu_size m68k_op_size::cpu_size

Definition at line 204 of file m68k.h.

◆ fpu_size

m68k_fpu_size m68k_op_size::fpu_size

Definition at line 205 of file m68k.h.

Referenced by printAddressingMode().

◆ type


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