From: Mauro Newsgroups: comp.os.msdos.djgpp Subject: Need help on pseudo registers Date: Thu, 02 Oct 1997 14:32:36 +1000 Organization: University of Queensland Lines: 13 Message-ID: <343323E3.406A@ozemail.com.au> NNTP-Posting-Host: cuda.jcu.edu.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I need help in using pseudo registers under DJGPP. How do I place a value in the actual registers without using asm ? For example , I can just put a value into the register AX using the following code in Turbo C 2.0 : _AX = 10 ; But how do I do that in DJGPP ??? Thanks in advance. Oon Kean email: Oon DOT Lin AT jcu DOT edu DOT au