#include "app.h"Functions | |
| static unsigned short | OpRead16 (unsigned int a) |
| void | OpUse (int op, int use) |
| void | OpStart (int op, int sea, int tea, int op_changes_cycles, int supervisor_check) |
| void | OpEnd (int sea, int tea) |
| int | OpBase (int op, int size, int sepa) |
| int | OpGetFlags (int subtract, int xbit, int specialz) |
| void | OpAny (int op) |
Variables | |
| int | opend_op_changes_cycles |
| int | opend_check_interrupt |
| int | opend_check_trace |
| static unsigned char | OpData [16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} |
| int | g_op |
| void OpAny | ( | int | op | ) |
| int OpBase | ( | int | op, |
| int | size, | ||
| int | sepa | ||
| ) |
| void OpEnd | ( | int | sea, |
| int | tea | ||
| ) |
| int OpGetFlags | ( | int | subtract, |
| int | xbit, | ||
| int | specialz | ||
| ) |
|
static |
| void OpStart | ( | int | op, |
| int | sea, | ||
| int | tea, | ||
| int | op_changes_cycles, | ||
| int | supervisor_check | ||
| ) |
| void OpUse | ( | int | op, |
| int | use | ||
| ) |
| int g_op |
|
static |
| int opend_check_interrupt |
| int opend_check_trace |
| int opend_op_changes_cycles |
1.8.1.1