Mail Archives: djgpp/1997/03/11/16:39:41
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
- Raw text -