DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
OpBranch.cpp File Reference
#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]

Function Documentation

static void CheckPc ( void  )
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 void PopPc ( )
static
static void PopSr ( int  high)
static

Variable Documentation

const char* const Cond[16]
static
Initial value:
{
"", "", "hi","ls","cc","cs","ne","eq",
"vc","vs","pl","mi","ge","lt","gt","le"
}