News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

needed help!!!!

Started by EnFeR RoI, January 26, 2010, 07:14:18 AM

Previous topic - Next topic

EnFeR RoI

My question is that how we can assemble regular used codes into the library,so that it can be used as prologue and epilogue codes?

hutch--

EnFeR RoI,

Have a good look at the batch files that build the MASM32 library and some of the library modules that are included in the library. You basically need to putr all of your modules in one directory, write a batch file like the one that builds the masm32 library and build all of your modules into a library. There is an option in QE to build a bare library module and when you start off the library you can do it with one module first. As you get reliable procedures you put them into module format and add them to the directory where you are building your library.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

EnFeR RoI

sir, can you explain this procedure step by step!!!!
How to make a batch file in dos???
Sorry for asking a really stupid question! :(

Thanks in advance.
EnFeR RoI.

dedndave

as i recall, the masm reference manual has a section on prologue/epilogue   :U