From: flupke Newsgroups: comp.os.msdos.djgpp Subject: Re: Assembly in DJGPP (MMX etc) Date: Mon, 06 Sep 1999 14:22:36 +0200 Organization: Club-Internet (France) Message-ID: <37D3B20C.E197DFEC@club-internet.fr> References: <7qtv03$ck$1 AT lure DOT pipex DOT net> NNTP-Posting-Host: toulon-3-74.club-internet.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: front7.grolier.fr 936621204 24584 195.36.187.74 (6 Sep 1999 12:33:24 GMT) NNTP-Posting-Date: 6 Sep 1999 12:33:24 GMT X-Mailer: Mozilla 4.06 [en] (Win98; I) Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You can get the hexadecimal values of the opcodes at Intel's site (i think AMD also spreads this), simply place the hex values in place of the unrecognized opcodes. For example: RDTSC becomes .byte 0x0F,0x31