MASM under Linux?

后端 未结 7 1114
后悔当初
后悔当初 2021-02-13 10:16

Is there a way that I use MASM under Linux. Even tough NASM is quite popular under Linux, it still differs for some instruction style on code.

7条回答
  •  深忆病人
    2021-02-13 10:31

    An alternative to MASM is UASM.

    UASM is a free MASM-compatible assembler based on JWasm.

    It works for creating general Linux binaries. However, shared objects requiring the -fPIC option is not possible with UASM.

提交回复
热议问题