LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Assembler (https://www.linuxquestions.org/questions/programming-9/assembler-263126/)

Firari 12-06-2004 02:40 AM

Assembler
 
Is there a MASM (Microsoft Macro Assembler) compatible aseembler for linux..

Tinkster 12-06-2004 03:51 PM

I don't know of any ... there's a tool that will convert
from MASM-Syntax (or lack thereof) to GNU assembler.
http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/



Cheers,
Tink

Firari 12-07-2004 12:18 AM

NASM syntax is incompatible with MASM syntax :(

Tinkster 12-07-2004 01:03 PM

Blessed is the man who readeth past the first page ... :/

http://www.niksula.cs.hut.fi/~mtiiho...el2gas/CHANGES
/MASM



Cheers,
Tink

Firari 12-08-2004 12:47 AM

This makes masm 2 at&t conversion is the reverse possible?

Tinkster 12-08-2004 05:22 PM

You asked for a MASM compatible assembler for
Linux, there is none. MASMs syntax is abysmal,
converting it to something else that you then can
use in Linux has got to be a win-win situation. Why
would you want to go the other way? :)


Cheers,
Tink

Firari 12-09-2004 12:31 AM

We're using MASM in assembly course at the university that's why I2m concered. I tried using wine. The compiler works fine but the linker did not giving an error about privilaged instructions. Dosbox didnot work either.

Tinkster 12-09-2004 02:08 PM

Did you try dosemu rather than wine?


Cheers,
Tink

Firari 12-10-2004 12:55 AM

I tried dosbox....

Tinkster 12-10-2004 02:26 PM

that's different ...


All times are GMT -5. The time now is 05:44 PM.