[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER MEMORY CLEAR          Clears all memory beyond EXE file to specified value
------------------------------------------------------------------------------

 Purpose  : Clears all memory beyond the EXE file to a specified value

 Syntax   : BLINKER MEMORY CLEAR <nuValue>

 Default  : Disabled

 Example  : # Clear memory to NULLs
            BLINKER MEMORY CLEAR 0

 This command causes Blinker to clear all of memory above the stack through
 to the top of memory with the decimal value specified (0 - 255) for DOS real
 mode programs. This can be used to help identify problems with uninitialised
 memory etc., and programs should not normally be shipped with this option
 enabled. Memory is cleared before the program starts executing.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson