View Full Version : compileing with MASM


Idiotic Creation
06-08-2006, 02:18 AM
If there is anyone else that uses MASM as their ASM compiler, could you explain to me how to you the lib.exe or batch files to comple my program. I can not find a tutorial that showes you how to do this anywhere, but maby im just stupid. Any help is greatly appreciated.

David

bejayel
06-08-2006, 09:21 AM
i thought masm was for reerse engineering, not recomipiling ...

Idiotic Creation
06-08-2006, 03:47 PM
It can be used to compile ASM, which is what I am doing, or C. Im not sure what reerse engineering is though.

But I did figure it out. I was trying to build my exe before I asembled my asm file so there was no obj file.