Date: Mon, 1 Apr 1996 15:26:30 +0200 (IST) From: Eli Zaretskii To: Arash Cc: djgpp AT delorie DOT com Subject: Re: Documentation of assmbler syntax In-Reply-To: <4jlqh4$n5o@nyheter.chalmers.se> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 31 Mar 1996, Arash wrote: > OK, I get this thing working - but the compiler is not fast engouh :-( > (Yes, compiled with -O123456 and whatever too - I'm not that stupid :-) Are you complaining about the compiler speed or the speed of the compiled code? If it's the compiler, then read chapter 7 of the DJGPP FAQ list (available as faq200b.zip from the same place you get DJGPP); it will tell you what compilation speed should you expect from a well-tuned system and give advice on tuning yours. If what bothers you is the speed of the compiled code, then read chapter 14 of the FAQ that could give you some ideas. > I have tried the assembler too, but I know NOTHING about the AT&T > assembler syntax, where can I find some docs/samples?? Section 17.3 of the FAQ should get you started.