Computer Science, asked by rnamansingh49, 1 year ago

Mnemonic a memory trick is used in which language

Answers

Answered by sarimkhan112005
0

Explanation:

"Mnemonic", a "memory trick" is used in "Assembly language". It is low level symbolic language that is translated by the assembler. Mnemonics are used to depict various operations and commands in assembly language. Examples of mnemonics are  ADD, MUL, SUB, MOV, etc. The mnemonic ADD will be interpreted as Addition operation by the assembler and addition operation will be executed. Similarly, MUL corresponds to multiplication, SUB corresponds to subtraction, MOV corresponds to moveinstruction and so on.

Answered by divyanshi114187
0

It is used in 'Assembly Language '

Similar questions