#include <stdint.h>#include <errno.h>#include "emu/emu.h"#include "emu/emu_cpu.h"#include "emu/emu_cpu_data.h"#include "emu/emu_cpu_stack.h"#include "emu/emu_memory.h"
Functions | |
| int32_t | instr_call_9a (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_call_e8 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_group_5_ff_call (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t instr_call_9a | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References SST, and UNIMPLEMENTED.
| int32_t instr_call_e8 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu_instruction::disp, emu_cpu::eip, emu_cpu::instr, PUSH_DWORD, and SOURCE_NORM_POS.
| int32_t instr_group_5_ff_call | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu_instruction::ea, emu_cpu::eip, emu_cpu::instr, MEM_DWORD_READ, MEM_WORD_READ, emu_cpu_instruction::mod, emu_cpu_instruction::modrm, emu_cpu_instruction::opc, PREFIX_OPSIZE, emu_cpu_instruction::prefixes, PUSH_DWORD, emu_cpu::reg, emu_cpu::reg16, emu_cpu_instruction::rm, SOURCE_NORM_POS, SST, TRACK_NEED_REG16, TRACK_NEED_REG32, and UNIMPLEMENTED.
Referenced by instr_group_5_ff().
1.6.1