#include "app.h"
Functions | |
static void | CheckPc (void) |
void | OpPush32 () |
void | OpPushSr (int high) |
static void | PopSr (int high) |
static void | PopPc () |
int | OpTrap (int op) |
int | OpLink (int op) |
int | OpUnlk (int op) |
int | Op4E70 (int op) |
int | OpJsr (int op) |
int | OpDbra (int op) |
int | OpBranch (int op) |
Variables | |
static const char *const | Cond [16] |
|
static |
int Op4E70 | ( | int | op | ) |
int OpBranch | ( | int | op | ) |
int OpDbra | ( | int | op | ) |
int OpJsr | ( | int | op | ) |
int OpLink | ( | int | op | ) |
void OpPush32 | ( | ) |
void OpPushSr | ( | int | high | ) |
int OpTrap | ( | int | op | ) |
int OpUnlk | ( | int | op | ) |
|
static |
|
static |
|
static |