#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))) |
|
Definition at line 1 of file pentium/disassembler.cpp. |