From: JeLlyFish DOT software AT gmx DOT net (Vinzent Hoefler) Newsgroups: comp.os.msdos.djgpp Subject: Re: CPUID? Date: Wed, 27 Oct 1999 08:34:48 GMT Organization: JeLlyFish software Lines: 28 Message-ID: <7v6dfe$ag1$1@news05.btx.dtag.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news05.btx.dtag.de 941013294 10753 777000109768-0001 991027 08:34:54 X-Complaints-To: abuse AT t-online DOT de X-Sender: 777000109768-0001 AT t-dialin DOT net X-Newsreader: Forte Free Agent 1.11/16.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Peter Yan" wrote: >Does djgpp supports new instructions such as CPUID? Yes. >How to use it? Just like you use C. You have to type it into the editor. :-) >I heard >that djgpp use so-called AT&T x86 inline assembler - oh my god! What is it? An assembler written to prove that assembly is hard to understand. ;-) >Hardly understand! If you're not sticking to inline assembly, you can use NASM. Nice Intel-Syntax and compatible output to (almost) everything an x86 can run. Vinzent. -- C makes it easy for you to shoot yourself in the foot. C++ makes that harder, but when you do, it blows away your whole leg. -- Bjarne Stroustrup