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

#include <M680XDisassemblerInternals.h>

Public Attributes

const struct inst_page1 * inst_page1_table
 
const struct inst_pageX * inst_overlay_table [2]
 
size_t overlay_table_size [2]
 
uint8_t pageX_prefix [3]
 
const struct inst_pageX * inst_pageX_table [3]
 
size_t pageX_table_size [3]
 
const uint8_treg_byte_size
 
const booltfr_reg_valid
 
m680x_insn insn_cc_not_modified [2]
 

Detailed Description

Definition at line 29 of file M680XDisassemblerInternals.h.

Member Data Documentation

◆ insn_cc_not_modified

m680x_insn cpu_tables::insn_cc_not_modified[2]

Definition at line 38 of file M680XDisassemblerInternals.h.

◆ inst_overlay_table

const struct inst_pageX* cpu_tables::inst_overlay_table[2]

Definition at line 31 of file M680XDisassemblerInternals.h.

◆ inst_page1_table

const struct inst_page1* cpu_tables::inst_page1_table

Definition at line 30 of file M680XDisassemblerInternals.h.

◆ inst_pageX_table

const struct inst_pageX* cpu_tables::inst_pageX_table[3]

Definition at line 34 of file M680XDisassemblerInternals.h.

◆ overlay_table_size

size_t cpu_tables::overlay_table_size[2]

Definition at line 32 of file M680XDisassemblerInternals.h.

◆ pageX_prefix

uint8_t cpu_tables::pageX_prefix[3]

Definition at line 33 of file M680XDisassemblerInternals.h.

◆ pageX_table_size

size_t cpu_tables::pageX_table_size[3]

Definition at line 35 of file M680XDisassemblerInternals.h.

◆ reg_byte_size

const uint8_t* cpu_tables::reg_byte_size

Definition at line 36 of file M680XDisassemblerInternals.h.

◆ tfr_reg_valid

const bool* cpu_tables::tfr_reg_valid

Definition at line 37 of file M680XDisassemblerInternals.h.


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