Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>movedata</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
movedata

Usage

   #include <string.h>
   void movedata(unsigned srcseg, unsigned srcoff, unsigned
   dstseg, unsigned dstoff, size_t numbytes);

Description

   Copies numbytes bytes from the source address specified by segment srcseg
   and offset srcoff to the destination address specified by segment dstseg
   and offset dstoff.

   This function is used to move data between segments. For normal intra-
   segment movement of data memcpy or memmove are used instead.

   movedata does not handle overlapping moves correctly.

See Also

   FP_OFF, FP_SEG, memcpy, memmove



See Also: FP_ FP_ memcpy memmove

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson