64-bit windows assembler

前端 未结 2 548
没有蜡笔的小新
没有蜡笔的小新 2021-02-15 13:42

I want to program 64 bit windows assembly (preferably using NASM). I have looked quite a but on google but it seems that I cannot find a 64 bit windows compiler. Some site menti

2条回答
  •  孤街浪徒
    2021-02-15 13:48

    It is possible to write, assemble, and run 32-bit assembly on 64-bit Windows. I've written a few utilities in masm32 on my Windows 7 x64 machine. If you want to assemble 64-bit code, I believe that FASM supports 64-bit object code.

提交回复
热议问题