汇编IDE&编译器

编程入门 行业动态 更新时间:2024-10-27 11:19:44
本文介绍了汇编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&编译器

本文发布于:2023-07-27 14:15:52,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1222807.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:编译器   IDE   amp

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!