www.digitalmars.com         C & C++   DMDScript  

c++.command-line - Assembler

reply Carlos Peņa <Carlos_member pathlink.com> writes:
I'm currently using nasm in a project. What assembler do you recommed for using
with optlink?

Thanks.
Mar 11 2004
next sibling parent "Walter" <walter digitalmars.com> writes:
I use masm. But nasm might work.

"Carlos Peņa" <Carlos_member pathlink.com> wrote in message
news:c2qimp$po3$1 digitaldaemon.com...
 I'm currently using nasm in a project. What assembler do you recommed for
using
 with optlink?

 Thanks.
Mar 11 2004
prev sibling parent Scott Michel <scottm cs.ucla.edu> writes:
I dont recall exactly which news group it was in which someone was using
NASM but had forgotten "extern C" bracketing around some C code in a header
file and didn't use the correct assembler directives for producing 32-bit
code. Other than that, I don't recall any other specific issues.

Basically, if Tool Foo produces OMF object files, it's likely to work.


-scooter

Carlos Peņa wrote:

 I'm currently using nasm in a project. What assembler do you recommed for
 using with optlink?
 
 Thanks.
Mar 12 2004