#include "app.h"
Macros | |
#define | hot_opcode_count (int)(sizeof(hot_opcodes) / sizeof(hot_opcodes[0])) |
Functions | |
static int | is_op_hot (int op) |
void | ot (const char *format,...) |
void | ltorg () |
void | FlushPC (void) |
static void | PrintFramework () |
int | MemHandler (int type, int size, int addrreg, int need_addrerr_check) |
static void | PrintOpcodes () |
static void | ott (const char *str, int par, const char *nl, int nlp, int counter, int size) |
static void | PrintJumpTable () |
static int | CycloneMake () |
int | main () |
Variables | |
static FILE * | AsmFile = NULL |
static int | CycloneVer = 0x0099 |
int * | CyJump = NULL |
int | ms = USE_MS_SYNTAX |
const char *const | Narm [4] = { "b", "h","",""} |
const char *const | Sarm [4] = {"sb","sh","",""} |
int | Cycles |
int | pc_dirty |
int | arm_op_count |
static const unsigned short | hot_opcodes [] |
#define hot_opcode_count (int)(sizeof(hot_opcodes) / sizeof(hot_opcodes[0])) |
|
static |
void FlushPC | ( | void | ) |
|
static |
void ltorg | ( | ) |
int main | ( | ) |
int MemHandler | ( | int | type, |
int | size, | ||
int | addrreg, | ||
int | need_addrerr_check | ||
) |
void ot | ( | const char * | format, |
... | |||
) |
|
static |
|
static |
|
static |
|
static |
int arm_op_count |
|
static |
int Cycles |
|
static |
int* CyJump = NULL |
|
static |
int ms = USE_MS_SYNTAX |
const char* const Narm[4] = { "b", "h","",""} |
int pc_dirty |
const char* const Sarm[4] = {"sb","sh","",""} |