Annotation of researchv10no/cmd/PDP11/11as/as12.c, revision 1.1.1.1

1.1       root        1: /* a2 -- pdp-11 assembler pass 1 */
                      2: #include "as1.h"
                      3: 
                      4: error(t)
                      5: {
                      6:        ++errflg;
                      7:        if (*curarg) {filerr(*curarg,"\n"); *curarg=0;} /* print file name once */
                      8:        printf("%c %.4d\n",t,line);
                      9: }
                     10: 
                     11: putw(t)
                     12: OP t;
                     13: {
                     14:        if (ifflg==0 || (t.v=='\n'))
                     15:                if (EOF==fwrite(&t,2,1,pof)) wrterr();
                     16: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.