2007-01-20 13:39:01 +00:00
|
|
|
|
|
|
|
#include "../../misc.h"
|
|
|
|
|
|
|
|
CPU_INT IA32Brain( CPU_BYTE *cpu_buffer,
|
|
|
|
CPU_UNINT cpu_pos,
|
|
|
|
CPU_UNINT cpu_size,
|
|
|
|
CPU_UNINT BaseAddress,
|
|
|
|
CPU_UNINT cpuarch,
|
|
|
|
FILE *outfp);
|
|
|
|
|
|
|
|
/* here we put the prototype for the opcode api that brain need we show a example for it */
|
|
|
|
CPU_INT IA32_Add(FILE *out, CPU_BYTE * cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress, CPU_UNINT cpuarch);
|
|
|
|
|
|
|
|
|
2007-10-19 23:05:02 +00:00
|
|
|
/* Export comment thing see m68k for example
|
2007-01-20 13:39:01 +00:00
|
|
|
* in dummy we do not show it, for it is diffent for each cpu
|
|
|
|
*/
|