answersLogoWhite

0


Best Answer

Only assembly languages are generally considered low-level programming languages, so one could argue that there is only one low-level language.

However, there are as many assembly languages as there are processor models or families, as each processor family implements its own set of machine code instructions. Different manufacturers not only invent different mnemonics for similar machine code operations to suit conventions and hardware architecture (e.g. MOVE vs LOAD/SAVE), but also support different notations.

Therefore, conceptually, the assembly language is the only low level programming language. However, the standpoint of view of learning the language, or from that of tools to support the language, there are numerous assembly languages, thus numerous low-level languages.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Actually, it is the other way around: The machine language (sometimes known as machine/assembly code) is converted into binary at runtime by the Assembler.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

An assembler or a compiler.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which translator translate low level language 1010111 to machines language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering