Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/kcc/tasmb.raw
There are no other files named tasmb.raw in the archive.
int tgasm = 2;
int
asmb(m, f1, f2)
char *m, *f1, *f2;
{
    int res = 0;
    char str[200*4];
    if (tgasm == 3) {
	sprintf(str, "midas %s_%s\n", m, (f2 ?? f2 : f1));
    }
}