answersLogoWhite

0


Best Answer

Mnemonic comes from the Ancient Greek "Mnemones" (translates very roughly to rememberers) The Mnemones were individuals responsible for memorizing the entirety of their cities code of law.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What language does mnemonic come from?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the short words that are used in assembly language called?

mnemonic


Which language use mnemonic code?

assembly language


What computer language uses mnemonic names?

Assembly Language


What are shorts words that are used in assembly language called?

mnemonic


What are the short words that are use in assembly language called?

mnemonic


What is the nemonic of Microsoft?

in assembly language machine language instruction are replaced by English like words these words are called mnemonic


What is the Language programmer writes one mnemonic instruction for each machine level instruction?

It is an assembler language programmer


Are machine language and assembly language the same?

No, they are not the same. Assembly language uses mnemonic words to REPRESENT machine language; to be able to actually run it, a special program - a so-called assembler - then needs to convert it into machine language.


What is a mnemonic to help you spell the word 'language'?

"Little animals never go up against great elephants"


How the compiler conver the hll statements into machine language?

The assembler's role is most important.it converts the high level language statements into machine level language statements with the help of some operand and opcode specifications.there is first mnemonic opcode specification.here instead of writing binary opcodes,mnemonic opcodes can be specified.advantage of using mnemonic opcodes are:program becomes readable.debugging becomes simple.so it is the responsibility of the assembler to replace each mnemonic opcode by its respective binary opcode.also there is symbolic operand specification.in that,instead of specifying the addresses of instructions and data,symbols can be used.advantage of using the symbolic operand is that the program can be modified with no overhead.it is the responsibility of assembler to replace each symbol by its address.


What is a mnemonic cod?

A mnemonic code is a device by which one can remember a string of data or formulae; for instance, "My very eccentric mother just served us noodles" is a mnemonic for remembering the (now) 8 planets in the solar system in the order of their distance from the sun. Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune.


Why are assemblers used?

to translate mnemonic operation codes to their machine language equivalents and assigning machine address to symbolic labels used by the programmer.