有多少种汇编语言 [英] How many assembly languages are there

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

问题描述

我在Wikipedia上阅读了有关汇编清单的文章

I was reading this article on wikipedia about list of assmeblies

http://en.wikipedia.org/wiki/List_of_assemblers

原来那里有很多汇编语言..例如,如果您学习Yasm汇编语言,将很难阅读TCCASM代码?与所有其他asem ..语言完全不同吗?我想学习这种语言,但是我不知道该选择哪一种语言.如果您能为新手程序员推荐一些不错的书籍,这些书籍涵盖了汇编x86,那么我将不胜感激

turns out there are alot of assembly languages out there.. so for example if u learn the Yasm assembly language, would be hard to read the TCCASM code? is it like completely different than all the other asem.. languages? I wana learn this language but i dont know which one to choose.. if u could recommend some good books for novice programers that covers assembly x86 in general i would be more than grateful

推荐答案

您不应混淆以下内容:

  • 汇编语言(具有不同实现的抽象思想)
  • 汇编程序(一种程序,一种实现该语言的编译器(如果可以的话))
  • 语法(还有另一个特定于实现的细节;比较x86平台的AT& T和Intel语法)
  • 指令集(针对不同的CPU)

汇编语言的一般概念是一种.但是其实施例很多且不同(例如,MASM,TASM,NASM,(G)AS等).它们在支持的CPU和指令(子)集,支持的功能(例如,表达式,宏,对结构化编程的支持,对象/二进制文件格式)以及它们的外观(语法,助记符,指令,注释)方面有所不同. ).

The general idea of the assembly language is one. But its embodiments are many and different (e.g. MASM, TASM, NASM, (G)AS, etc etc). They differ in what CPUs they support and what instruction (sub)sets, what features they support (e.g. expressions, macros, support for structured programming, object/binary file formats) and what it all looks like (syntax, mnemonics, directives, comments).

如果您知道如何在特定平台上使用一个汇编程序,那么学习另一个汇编程序就不难了.同样,如果您知道如何为一个平台编写汇编代码,那么学习为另一个平台编写汇编代码也没什么大不了的.如果您对至少一个汇编程序和一个指令集有很好的了解,那么所有这些当然都是正确的.

If you know how to use one assembler for a specific platform, it shouldn't be very hard to learn another one. Likewise, if you know how to write assembly code for one platform, it shouldn't be much of a deal to learn to write asm code for another one. All that, of course, is true if you have a good understanding of at least one assembler and one instruction set.

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

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