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> module definition commands quick reference</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Module definition commands quick reference
------------------------------------------------------------------------------
 APPLOADER   Replace the default Windows loader with a custom loader
 CODE        Set default CODE segment attributes
 DATA        Set default DATA segment attributes
 DESCRIPTION Insert descriptive text into a program
 EXETYPE     Identify the target operating system
 EXPORTS     Define exported functions
 HEAPSIZE    Set local heap size in bytes
 IMPORTS     Define imported functions
 INCLUDE     Insert another file into the .DEF file
 LIBRARY     Create a DLL and name it
 NAME        Create an EXE and name it
 PROTMODE    Specify a protected mode Windows program
 RC          Add a resource file to the .EXE or .DLL
 REALMODE    Specify a real mode Windows program
 SECTIONS    Set attributes for specific sections
 SEGMENTS    Set attributes for specific segments
 STACKSIZE   Set stack size in bytes
 STUB        Add a DOS stub to the beginning of the program file
 VERSION     Set the version number of a 32 bit program

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