blob: 11535f5922d583af773ca63757d9b40bb7f5d0fc [file] [log] [blame]
/* %%%%%%%%%%%%%%%%%%%% (c) William Landi 1991 %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Permission to use this code is granted as long as the copyright */
/* notice remains in place. */
/* ================================= load.h =============================== */
/* --------------------------------- Globals ------------------------------ */
/* START_ADDRESS Start Address for program execution. */
int START_ADDRESS;
/* MAIN_ROUTINE Name of (program) module declared with */
/* a START (main routine). */
char MAIN_ROUTINE[LABEL_SIZE_1+1];