Move data between 2 DOS real mode memory locations.
Source position: go32.pp line 196
| const dosmemmove: procedure( = @ dpmi_dosmemmove; | 
| sseg: Word; | 
| sofs: Word; | 
| dseg: Word; | 
| dofs: Word; | 
| count: LongInt | 
| ) | 
Copies count bytes of data between two dos real mode memory locations.
Parameters:
Notes: No range check is performed in any way.
None.
| 
 | Copy data from the heap to DOS real mode memory. | |
| 
 | Copy data from DOS memory to the heap. | |
| 
 | Fill a region of DOS memory with a specific byte-sized value. | |
| 
 | Fill a region of DOS memory with a specific word-sized value. | |
| 
 | Move data between 2 locations. | |
| 
 | Fill segment with byte value. | |
| 
 | Fill segment with word value. |