windows x64 assembler? [closed]

感情迁移 提交于 2019-12-23 05:27:28

问题


I recently upgraded to a 64 bit computer from a 32 bit. I have used masm32 for x86 assembly previously. My computer can run 32 bit processes, but I would prefer to use all of my computers capability and write x64 assembly programs. I do not want to have to install extra things (like ide's) to make an assembler run. What assembler should I use?


回答1:


Is MASM for x64 what you're looking for?

If you want to avoid a Visual Studio installation, there's YASM, NASM, and FASM.

All of the above are mentioned in Intel's Introduction to x64 Assembly.



来源:https://stackoverflow.com/questions/15145357/windows-x64-assembler

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!