Mail Archives: djgpp/1996/08/15/09:30:41
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
- Raw text -