Date: Sun, 21 Jul 1996 11:01:41 +0200 (IST) From: Eli Zaretskii To: Nick Collier Cc: djgpp AT delorie DOT com Subject: Re: ASM source of library functions? In-Reply-To: <31F031A0.49C0@midway.uchicago.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 20 Jul 1996, Nick Collier wrote: > How do I view the asm source of library functions. For example, if I have some > function that calls memset and compile it with -S the assembly source merely > says "call _memset" when I want to see the asm source of memset. Is there a > another command line switch or a source file I can look at. You will need to download the library sources (v2/djlsr200.zip from the same place you get DJGPP) and look there.