home *** CD-ROM | disk | FTP | other *** search
- #ifdef MAIN
- #define EXTRN
- #else
- #define EXTRN extern
- #endif
-
- #define MAXSYM 1000
- #define MAXSM1 1001
- #define SYMSIZ 8
- #define SYMSZ1 9
- #define OBJSIZ 80
- #define OBJMAX 78
- #define ERR -1
- #define EOS 0
-
- EXTRN FILE lunit,munit,sunit,ounit;
-
- EXTRN unsigned pass,nopage,noline,meflg,iercnt;
- EXTRN unsigned stind,nosym,opptr,modptr,opnptr,cmtptr,cmtflg;
- EXTRN unsigned prflg,scanpt,opclen,opnpt2,imode;
- EXTRN unsigned lnelen,iserr,nocard,no_list,no_object,no_symbol;
- EXTRN unsigned rflg,objwc,dbflg,word;
- EXTRN unsigned endflg,hexwc,hexbuf[9],objbuf[OBJSIZ],*symlin;
- EXTRN unsigned iflg,n,where,op,op1ea,op2ea,op1da,op2da;
- EXTRN unsigned alsti,dlsti,alist,dlist;
- EXTRN long pc,newpc,hexpc,oldpc,endval,*symadr;
- EXTRN long symval,tmpval,asn();
- EXTRN int listdev,opnwc,opnflg,opnwrd[4];
- EXTRN char err,srclne[81],lpline[81],label[SYMSZ1],pl[81];
- EXTRN char srcnam[15],objnam[15],symnam[15],lstnam[15];
- EXTRN char *symflg,**symsym,name[SYMSZ1];