Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> blinker incremental pad</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER INCREMENTAL PAD
------------------------------------------------------------------------------
 Purpose:
 Specify size of padding for CA-Clipper incremental linking.

 Syntax:
 BLINKER INCREMENTAL PAD <nuSize>

 Default:
 <nuSize> is 128 bytes.

 Description:
 This command is used to set the size of the padding attached to the end of
 each procedure when it is first linked incrementally. The parameter is a
 decimal number indicating the size in bytes to be added at the end of each
 procedure in order to leave room for expansion, and may be any size up to
 1024. (The default value is 128, which should leave a reasonable amount of
 padding for the majority of simple changes made during final development
 of a routine.)

 Increasing this value allows the application to link incrementally more
 often without having to do a full link, but it will reduce the amount of
 memory available to the application at runtime during testing of real mode
 programs.

 Example:
 # Leave 200 bytes at end of every procedure
 BLINKER INCREMENTAL PAD 200

See Also: BLINKER INCREMENTAL FILE BLINKER INCREMENTAL OFF

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson