#include <emu_cpu_instruction.h>
Public Attributes | |
| int32_t(* | function )(struct emu_cpu *, struct emu_cpu_instruction *) |
| const char * | name |
| struct { | |
| uint8_t s_bit: 1 | |
| uint8_t w_bit: 1 | |
| uint8_t modrm_byte: 4 | |
| uint8_t imm_data: 3 | |
| uint8_t disp_data: 3 | |
| uint8_t level: 2 | |
| uint8_t type: 2 | |
| uint8_t fpu_info: 1 | |
| } | format |
Referenced by emu_cpu_parse().
| struct { ... } emu_cpu_instruction_info::format |
Referenced by debug_instruction(), and emu_cpu_parse().
Referenced by emu_cpu_parse().
| int32_t(* emu_cpu_instruction_info::function)(struct emu_cpu *, struct emu_cpu_instruction *) |
Referenced by emu_cpu_parse(), and emu_cpu_step().
Referenced by debug_instruction(), and emu_cpu_parse().
| uint8_t emu_cpu_instruction_info::level |
Referenced by debug_instruction(), and emu_cpu_parse().
| const char* emu_cpu_instruction_info::name |
Referenced by debug_instruction().
| uint8_t emu_cpu_instruction_info::s_bit |
| uint8_t emu_cpu_instruction_info::type |
Referenced by emu_cpu_parse().
| uint8_t emu_cpu_instruction_info::w_bit |
Referenced by emu_cpu_parse().
1.6.1