Date: Mon, 2 Jul 2001 09:14:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Jacek K." cc: djgpp AT delorie DOT com Subject: Re: Accessing registers from C In-Reply-To: <9hns3d$4rn$1@news.tpi.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 1 Jul 2001, Jacek K. wrote: > Are there some instructions/macros to access CPU registers? Can you tell what do you need that for? DJGPP has several provisions in the library which normally make accessing the registers unnecessary. Section 17.8 of the FAQ gives a couple of examples.