Xref: news2.mv.net comp.os.msdos.djgpp:7770 From: Tom Wheeley Newsgroups: comp.os.msdos.djgpp Subject: Re: Where to find DJASM Date: Tue, 20 Aug 96 23:20:57 GMT Organization: City Zen FM Lines: 19 Message-ID: <840583257snz@tsys.demon.co.uk> References: <32192696 DOT 6DF6 AT cc DOT usu DOT edu> Reply-To: tomw AT tsys DOT demon DOT co DOT uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <32192696 DOT 6DF6 AT cc DOT usu DOT edu> slyjv AT cc DOT usu DOT edu "Mitchell A. Whiteley" writes: > I have heard about this program, but can't seem to find it anywhere. > Where can I get the lastest version of DJASM. > > I don't trust the obj2coff on all code. DJASM would be much better. It is in DJDEV200.ZIP, along with all the useful little things DJGPP comes with (apart from the compiler itself :) ..splitbung http://www.tsys.demon.co.uk -- #include /* The .splitbung super .sig system! */ #include main(){FILE *f;int c;char s[99];puts("fav .sig: ");fgets(s,99,stdin);strtok (s,"\n");f=fopen(s,"rb");while((c=getc(f))!=EOF)putchar(c);if(f)fclose(f);}