From: "Carolyn Kelly-Pajot" Subject: Disabling use of registers Date: Sat, 8 Nov 1997 10:04:07 -0500 Lines: 5 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is there a way of making GCC not use a certain register? I'm trying to use some registers to speed up code, and want to make sure they are not used by the rest of my code.