Opcode vs Decompiler - What's the difference?
opcode | decompiler |
(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)
(computer science) A computer program performing the reverse operation to that of a compiler.
As a noun opcode
is (computing) a mnemonic used to refer to a microprocessor instruction in assembly language.As a verb decompiler is
to decompile.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.