fill

Format: fill dest length [value] [size]

Performs raw memory initialization. Fills the block of memory beginning at dest and length units of size size long with value, or zero if value is not specified. This, the total size of memory filled is (length x size). size is the number of bytes to place value in, and is either 1, 2, or 4. If size is not specified, the default is 4. If value is larger than size, then value is truncated.

You can interrupt this command with the Esc key.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.