From: Jason Meehan Newsgroups: comp.os.msdos.djgpp Subject: djgpp & asm obj & registers Date: Sun, 27 Jul 1997 13:07:40 -0600 Organization: AT&T WorldNet Services Lines: 5 Message-ID: <33DB9C7C.948@nowhere.com> NNTP-Posting-Host: 207.147.107.220 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'm trying to interface to an asm obj that uses the stack to pass variables. So what I need to know is how do I tell Djgpp not to mess with certain registers(ebx,ecx,edx,esi,edi,es) so that my program wont crash. thanks.