From: clc5q AT cobra DOT cs DOT Virginia DOT EDU (Clark L. Coleman) Newsgroups: comp.os.msdos.djgpp Subject: Privileged assembler instructions Date: 2 Mar 1999 19:24:38 GMT Organization: University of Virginia Computer Science Department Lines: 9 Message-ID: <7bhdtm$4g0$1@murdoch.acc.Virginia.EDU> NNTP-Posting-Host: cobra.cs.virginia.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If I install DJGPP, will I be able to use the gcc inline assembler under DOS (I am running DR-DOS 7.03) to run programs with privileged instructions? I am doing architecture/compiler research, and it would be nice to have access to performance counter and cache flush instructions, etc., that cannot be used in Windows NT because they are privileged. I am hoping that the lessened secutiry of DOS will permit me to run my experiments via gcc under DOS.