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.