Hello
How can I assemble a *.asm file with FASM, so I get a linkable *.obj file like TASM , NASM or whatever does it? There are 3 Segments in the Code.
I use the MASM?s Link.exe to link the *.obj.
thx in advance
Noob
How can I assemble a *.asm file with FASM, so I get a linkable *.obj file like TASM , NASM or whatever does it? There are 3 Segments in the Code.
I use the MASM?s Link.exe to link the *.obj.
thx in advance
Noob
Look at E?in's example in this thread:
http://www.asmcommunity.net/board/index.php?topic=7033
http://www.asmcommunity.net/board/index.php?topic=7033
Hello
How can I assemble a *.asm file with FASM, so I get a linkable *.obj file like TASM , NASM or whatever does it? There are 3 Segments in the Code.
I use the MASM?s Link.exe to link the *.obj.
thx in advance
Noob
Isn't this covered in the manual?
.oO( RTFM )