Xref: news2.mv.net comp.os.msdos.djgpp:7301 From: jan AT stack DOT urc DOT tue DOT nl (Jan Oonk) Newsgroups: comp.os.msdos.djgpp Subject: Re: Intel asm rather than AT&T asm under djgpp? Date: 15 Aug 1996 12:29:26 +0200 Organization: MCGV Stack, Eindhoven University of Technology, the Netherlands. Lines: 31 Message-ID: <4uuu66$5al@snail.stack.urc.tue.nl> References: <4un7em$5ci AT charm DOT il DOT ft DOT hse DOT nl> NNTP-Posting-Host: snail.stack.urc.tue.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp George van Venrooij (george AT il DOT ft DOT hse DOT nl) wrote: : Try the following two packages on the following site: : ftp: x2ftp.oulu.fi : dir: pub/msdos/programming/convert : files: ta2as.zip : o2cv10.arj : The first one contains a converter from Intel-syntax to AT&T-syntax, the : second one allows you to use TASM to assemble routines and converts them to : the coff-format, so you can link them with your DJGPP-programs... : George van Venrooij : george AT il DOT ft DOT hse DOT nl We are also currently working on a "homemade" Pentium optimizer featuring: - Pentium optimization -> scheduling, changing slow instructions such as cdq, movzx, movsx etc... - Inline tasm support -> now you can write Tasm code inside your C/C++ source instead of AT&T (no need anymore for obj2coff, ta2as) - Because DJGPP is not too good with compiling C++ code we kick the many unnessesary (yeah dont no how to spell that one :) ) instructions DJGPP insert with regard to the stack. Also many reloads of variables/registers will be kicked! Almost too good to be true and no it will not be freeware sorry... CU! Trax -- Please EMAIL all replys to Jan AT stack DOT urc DOT tue DOT nl