/******************************************************************************\ * assemble.h * * ------------ * * * * Define the interface to the assemble.c code. * * * \******************************************************************************/ /****** * $Revision: 1.4 $ ******/ #ifndef ASSEMBLE_H #define ASSEMBLE_H /****** * Exported functions. ******/ BOOL Pass1(void); BOOL Pass2(void); #endif