汇编IDE&编译器 [英] assembly IDE & compiler

查看:162
本文介绍了汇编IDE&编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以建议我用于汇编的最佳IDE和编译器吗?因为我试图搜索它但我找不到最好的结果

解决方案

汇编语言不使用编译器 - 只有高级语言需要它。汇编语言通过汇编程序处理为机器代码,汇编程序是一个不同类型的程序。



这不是我们可以回答的问题:每个汇编程序都是特定于处理器类型 - 甚至特定于目标处理器和运行汇编程序的系统,因为它们通常是不同的。因此IDE也将特定于您需要使用的处理器/系统组合。与C或C ++不同,没有一种语言称为汇编 - 特定于目标处理器的机器代码与您输入的汇编器指令非常密切相关。



但是......如果你的意思是PC汇编语言(甚至那时有几个不同的版本)那么你应该首先看一下Visual Studio: Google视觉工作室中的汇编代码 [ ^ ]

can somebody suggest me the best IDE and compiler for assembly? because i've tried to search it but i can't find the best result

解决方案

Assembly language doesn't use a compiler - only high level languages need that. Assembly language is processed to machine code via an assembler, which is a different type of program altogether.

And this isn't a question we can answer: each assembler is specific to a processor type - or even specific to the target processor and the system on which the assembler is being run as they are often different. So the IDE will also be specific to the processor / system combination you need to use. Unlike C or C++, there isn't "one language" called "assembly" - the machine codes specific to the target processor are very, very closely related to the assembler instructions you enter.

But...if you mean PC assembly language (and even then there are several different versions) then you should start by looking at Visual Studio: Google "assembly code in visual studio"[^]


这篇关于汇编IDE&编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆