test.c File Reference

#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"
Include dependency graph for test.c:

Defines

#define INSTR_CALC(bits, a, b)
#define INSTR_CALC_AND_SET_FLAGS(bits, cpu, a, b)

Functions

int32_t instr_test_84 (struct emu_cpu *c, struct emu_cpu_instruction *i)
int32_t instr_test_85 (struct emu_cpu *c, struct emu_cpu_instruction *i)
int32_t instr_test_a8 (struct emu_cpu *c, struct emu_cpu_instruction *i)
int32_t instr_test_a9 (struct emu_cpu *c, struct emu_cpu_instruction *i)
int32_t instr_group_3_f6_test (struct emu_cpu *c, struct emu_cpu_instruction *i)
int32_t instr_group_3_f7_test (struct emu_cpu *c, struct emu_cpu_instruction *i)

Define Documentation

#define INSTR_CALC ( bits,
a,
 ) 
Value:
UINTOF(bits) operand_a = a; \
UINTOF(bits) operand_b = b; \
UINTOF(bits) operation_result = operand_a & operand_b;
#define INSTR_CALC_AND_SET_FLAGS ( bits,
cpu,
a,
 ) 

Function Documentation

int32_t instr_group_3_f6_test ( struct emu_cpu c,
struct emu_cpu_instruction i 
)
int32_t instr_group_3_f7_test ( struct emu_cpu c,
struct emu_cpu_instruction i 
)
int32_t instr_test_84 ( struct emu_cpu c,
struct emu_cpu_instruction i 
)
int32_t instr_test_85 ( struct emu_cpu c,
struct emu_cpu_instruction i 
)
int32_t instr_test_a8 ( struct emu_cpu c,
struct emu_cpu_instruction i 
)
int32_t instr_test_a9 ( struct emu_cpu c,
struct emu_cpu_instruction i 
)

Generated on Sun Jan 9 16:50:29 2011 for libemu by  doxygen 1.6.1