Mail Archives: djgpp/1996/07/21/04:11:00
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.
- Raw text -