home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Source Code / Assembler / Global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-15  |  543 b   |  24 lines  |  [TEXT/KAHL]

  1. /************************************************************
  2. *
  3. *
  4. *    Global header for the PDP-8 assembler.
  5. *
  6. *    by Adrian Bool in cooperation with Graham Cox.
  7. *
  8. *    copyright © phantasm coding 1992.
  9. *
  10. *
  11. ************************************************************/
  12.  
  13. /* includes for whole application */
  14.  
  15.     /* first standard libraries */
  16.         
  17.     /* now my headers */
  18.     
  19.     #include "Global.g"            /* global variable declarations */
  20.     #include "Global.t"            /* global type declarations */
  21.     #include "Global.f"            /* global function declarations */
  22.         
  23. /* end */
  24.