Mnemonic vs Opcode - What's the difference?
mnemonic | opcode |
Of or relating to mnemonics: the study of techniques for remembering anything more easily.
Anything (especially something in verbal form) used to help remember something.
(computing) The textual, human-readable form of an assembly language instruction, not including operands.
(computing) A mnemonic used to refer to a microprocessor instruction in assembly language.
* 1992 , Michael A. Miller, The 68000 Microprocessor Family: Architecture, Programming, and Applications (page 47)
In computing terms the difference between mnemonic and opcode
is that mnemonic is the textual, human-readable form of an assembly language instruction, not including operands while opcode is a mnemonic used to refer to a microprocessor instruction in assembly language.As nouns the difference between mnemonic and opcode
is that mnemonic is anything (especially something in verbal form) used to help remember something while opcode is a mnemonic used to refer to a microprocessor instruction in assembly language.As an adjective mnemonic
is of or relating to mnemonics: the study of techniques for remembering anything more easily.mnemonic
English
Alternative forms
* mnemonick (qualifier)Adjective
(-)Noun
(en noun)- To remember the colours of the rainbow, use the mnemonic : Richard Of York Gave Battle In Vain (Red, Orange, Yellow, Green, Blue, Indigo, Violet)
Synonyms
* aide-memoireSee also
* Mnemosyne'', mother of the Muses, who personified Memory in Greek mythology. * cribReferences
* [http://www.etymonline.com/index.php?search=mnemonic&searchmode=none] * *opcode
English
Noun
(en noun)- When the microprocessor decodes the JSR opcode , it stores the operand into the TEMP register and pushes the current contents of the PC ($00 0128) onto the stack.