Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Assembler

srinivasu
Beginner
354 Views

Hi,

We are optimizing modules with assembly optimization in 32-bit OS for 32 bit architectures (through MSVC) using MASM syntax. Presently  planning to port the same modules for the 64-bit architecture in the 64 bit Linux OS. Our concern is whether  the MASM syntaxes assembly will work in 64-bit Linux OS environment?

We are having YASM installed in the Linux. If we want to compile with YASM, are there any changes are required existed assembly file?. If so what are the changes rehired and How to compile these assembly files through make command line environment.

 

 

0 Kudos
4 Replies
Bernard
Valued Contributor I
354 Views
0 Kudos
Bernard
Valued Contributor I
354 Views

Why do not you try to translate from MASM syntax to YASM syntax?

0 Kudos
srinivasu
Beginner
354 Views

Thanks for giving valuable..any executable/application is available for automatically to convert from MASM to YASM.or manually have to do all these things.

0 Kudos
Bernard
Valued Contributor I
354 Views

I have never heard about any app for syntax conversion.Probably you will need to do it manually.

0 Kudos
Reply