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> packcode</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PACKCODE
------------------------------------------------------------------------------
 Purpose:
 Enable packing of NEW EXE code segments

 Syntax:
 PACKCODE [<nuThreshold>]

 Default:
 <nuThreshold> is 65500 bytes.

 Description:
 This command specifies that Blinker should combine code segments when
 creating NEW exe format executables (Windows and DOS extended programs).
 The optional parameter is the maximum size for each segment before starting
 a new one. Code packing is enabled by default with a threshold of 65500
 bytes, which is also the default if no parameter is specified.

 Example:
 # Pack code segments up to a maximum of 32 Kb per segment
 PACKCODE 32768

See Also: NOPACKCODE

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