MEMORY: Breaks an Application into Code Segments

MEMORY breaks your application into different code segments to demonstrate the use of memory. It illustrates how to set up the SEGMENTS section of your module DEF file to mark different segments as PRELOAD, MOVEABLE, and LOADONCALL.

To view how MEMORY splits up code segments, note the segment names on the C compile line after the -NT switch and examine the MAP file to see the code segment names. For further demonstration, modify the make file for MEMORY. Change the name used after the -NT switch, rebuild, and view the new MAP file.

MEMORY was built and tested under Microsoft(R) Windows(TM) version 3.1.

{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the memory project." /C"samples}