Category:Assembly languages

From ArticleWorld


Assembly programming languages are very low languages, sitting on top of the machine language on a level hierarchy. Assembly programming languages are made out of a minimum number of abstractions over the machine code, including the full set of operations represented by literal mnemonics rather than actual numbers.

Assembly languages are machine-dependent, and programs written in these languages must be translated to machine code by a special compiler called assembler.


Articles in category "Assembly languages"

There are 4 articles in this category.

*

H

X