home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
- *
- *
- * Global header for the PDP-8 assembler.
- *
- * by Adrian Bool in cooperation with Graham Cox.
- *
- * copyright © phantasm coding 1992.
- *
- *
- ************************************************************/
-
- /* includes for whole application */
-
- /* first standard libraries */
-
- /* now my headers */
-
- #include "Global.g" /* global variable declarations */
- #include "Global.t" /* global type declarations */
- #include "Global.f" /* global function declarations */
-
- /* end */
-