The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on May 28, 2008, 12:15:23 PM

Title: Small example (1k) from Alex Bagayev in Uzbekistan
Post by: hutch-- on May 28, 2008, 12:15:23 PM
This one missed by a half a day going into the current beta but it will be in the next version, beta or release. It is a messagebox with memory info that shows how to write a very small file that uses the data section merged with the text section to store text data that is modified by the program. This requires the code section to be set as read write execute.

It is a good small and clear example of how to make a very smal file and how to write text in the code section after its attributes have been changed.

Apologies for the earlier incorrect description but the code does make it clear what the source code does.

[attachment deleted by admin]