-
Notifications
You must be signed in to change notification settings - Fork 0
/
globals.h
executable file
·32 lines (25 loc) · 1004 Bytes
/
globals.h
1
/* @(#)globals.h ( vax ) ver 1.4 created at 8/16/86 */#ifndef GLOBALS_H#define GLOBALS_H#ifndef _DEFINES_H#include "defines.h"#endif#ifndef STRUCTS_H#include "structs.h"#endif#ifndef __MACIO_H#include "macio.h"#endif/******************************************************************************//* *//* D I S A S S E M B L E R G L O B A L S *//* *//******************************************************************************/extern BOOL Procentry;extern BOOL DotWord; /*True if got a .word ie for a case*/extern STRING reglist[];extern long hexmode; /*show address in hex*/extern long stop; /*halt execution*/extern long ignore_mode; /*Mac ignores protection modes when it display memory*/ extern long displaymode; /*ditto*/#endif GLOBALS_H