home *** CD-ROM | disk | FTP | other *** search
/ World of Amiga / World of Amiga.iso / archive / assemblers / cas.lha / st.h < prev   
Encoding:
C/C++ Source or Header  |  1992-08-10  |  210 b   |  7 lines

  1. extern byte Active; /* Used for conditionals */
  2. /* 0 = Parsing, 1 = Backpatching, 2 = Linking */
  3. extern int Phase;
  4. extern void Assemble(char *File);
  5. extern void Generate(void);
  6. extern FILE *OpenObj(char *Obj);
  7.