#include <inttypes.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_ret_c2 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_ret_c3 (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_ret_ca (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t | instr_ret_cb (struct emu_cpu *c, struct emu_cpu_instruction *i) |
| int32_t instr_ret_c2 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu::eip, esp, emu_cpu_instruction::imm16, POP_DWORD, and emu_cpu::reg.
| int32_t instr_ret_c3 | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References emu_cpu::eip, and POP_DWORD.
| int32_t instr_ret_ca | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
| int32_t instr_ret_cb | ( | struct emu_cpu * | c, | |
| struct emu_cpu_instruction * | i | |||
| ) |
References NNY, and UNIMPLEMENTED.
1.6.1