Date: Tue, 11 Mar 1997 23:21:14 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne cc: djgpp AT delorie DOT com Subject: Re: movedata source? In-Reply-To: <33253060.2C8A@Mathematik.tu-chemnitz.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 11 Mar 1997, Robert Hoehne wrote: > > Is there anyone who can help at the source code af the movedata and the > > _movedataw function in the DJGPP implementation. I guess it's in > > assembler but I am unable to find it. > > It is in djlsr201.zip and because I don't know exactly now > where the source file is, I would do the following: > > grep _movedata c:/djgpp/src/libc/.../*.s Here's the results of running `lid' (from GNU Id-utils, v2gnu/idu32b.zip): lid -s movedat -f src/id ___movedata src/libc/pc_hw/mem/md.s __movedatab src/libc/pc_hw/mem/mdb.s __movedatal src/libc/pc_hw/mem/mdl.s __movedataw src/libc/pc_hw/mem/mdw.s