[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Fill segment with word value
Source position: go32.pp line 125
procedure seg_fillword( |
seg: Word; |
ofs: LongInt; |
count: LongInt; |
w: Word |
); |
Sets a memory area to a specific value.
Parameters:
Return values: None.
Notes: No range check is done in any way.
For an example, see allocate_ldt_descriptors.
None.
|
Move data between 2 locations |
|
|
Fill segment with byte value |
|
|
Fill a region of DOS memory with a specific byte-sized value |
|
|
Fill a region of DOS memory with a specific word-sized value |
|
|
Copy data from DOS memory to the heap. |
|
|
Copy data from the heap to DOS real mode memory |
|
|
Move data between 2 DOS real mode memory locations |