#include <assert.h>
#include "global.h"
#include "decoder.h"
#include "sparc-names.h"
#include "BinaryFile.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 | |
DWord | getDword (ADDRESS lc) |
Variables | |
char | _assembly [81] |
|
Definition at line 1 of file sparc/disassembler.cpp. |
|
Definition at line 37 of file sparc/disassembler.cpp. |
|
|