Thread overview
Assembler
Mar 11, 2004
Carlos Peña
Mar 11, 2004
Walter
Mar 12, 2004
Scott Michel
March 11, 2004
I'm currently using nasm in a project. What assembler do you recommed for using with optlink?

Thanks.


March 11, 2004
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.
>
>


March 12, 2004
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.