OPCODE
Operational Code | ||||
Search Dictionary:
Opcode definition was found in categories: Computer & Internet(2) Encyclopedia(1)
Opcode Definition from Computer & Internet Dictionaries & Glossaries
| 9300+ Computer Acronyms |
OPCODE
OPerational CODE
OPerational CODE
| Uri's File.*Xten.c.ons* |
OPCODE
Operational Code
Operational Code
Opcode Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Opcode
In computer science, an opcode (Operation Code) is the portion of a machine language instruction that specifies the operation to be performed. Their specification and format will be laid out in the instruction set architecture (ISA) of the computer hardware component in question—normally a CPU, but possibly a more specialized unit. A complete machine language instruction contains an opcode and, optionally, the specification of one or more operands—what data the operation should act upon. Some operations have implicit operands, or indeed none. Some ISAs have instructions with defined fields for opcodes and operands, while others (e.g. the Intel x86 architecture) have a more complicated and ad-hoc structure.
| See more at Wikipedia.org... |
