#include <assert.h>
#include "global.h"
#include "decoder.h"
Go to the source code of this file.
Defines | |
#define | sign_extend(N, SIZE) (((int)((N) << (sizeof(unsigned)*8-(SIZE)))) >> (sizeof(unsigned)*8-(SIZE))) |
Functions | |
void | dis_flt_c3 (int &d_fmt, int &d_r1, int &d_r2, int &d_t, ADDRESS con) |
DWord | getDword (unsigned lc) |
Variables | |
char | _assembly [] |
char * | astr |
|
Definition at line 1 of file simple.cpp. |
|
Definition at line 215 of file simple.cpp. References getDword(). |
|
Definition at line 11 of file simple.cpp. |
|
|
|
Definition at line 9 of file simple.cpp. |