#include <assert.h>
#include "rtl.h"
#include "decoder.h"
#include "st20decoder.h"
#include "exp.h"
#include "proc.h"
#include "boomerang.h"
#include "statement.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))) | 
| Variables | |
| static DecodeResult | result | 
| 
 | 
| 
 Definition at line 1 of file st20decoder.cpp. | 
| 
 | 
| 
 Definition at line 57 of file st20decoder.cpp. | 
 1.4.6
 1.4.6