next up previous contents index
Next: get_rm_interrupt Up: Functions and Procedures Previous: dosmemfillchar

dosmemfillword

   

Declaration:

Procedure dosmemfillword (seg,ofs : Word; count : Longint; w : Word) ;

Description:

Sets a region of DOS memory to a specific word value

Parameters:

seg:
real mode segment
ofs:
real mode offset
count:
number of words to set
w:
value to set memory to

Return values: none

Notes: No range check is performed.

Errors:

none

See also:

dosmemput, dosmemget, dosmemmove, dosmemfillchar, seg_move, seg_fillchar, seg_fillword



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998