Xref: news2.mv.net comp.os.msdos.djgpp:6182 Newsgroups: comp.os.msdos.djgpp From: Nick Collier Subject: ASM source of library functions? Content-Type: text/plain; charset=us-ascii Message-ID: <31F031A0.49C0@midway.uchicago.edu> Sender: news AT midway DOT uchicago DOT edu (News Administrator) Content-Transfer-Encoding: 7bit Organization: University of Chicago -- Academic Computing Services Mime-Version: 1.0 Date: Sat, 20 Jul 1996 01:08:48 GMT Lines: 9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hey, 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. Thanks, Nick