Instruction - operation code (opcode)

Cpu Moore Law Transistor

About

An opcode (operation code) is the first part of an instruction that is read by the decoder to select the device (circuit) that implements the operations.

It's a unique number that identifies an operation.

Each opcode is a member of the instruction set.

Name

A opcode is a digit. Assembly language gives name to opcode that are called mnemonic.

Example

In a assembly format, simple opcode example

opcode 1100, 1100
# if opcode corresponds to the binary 00, it's the same as
0011001100

Documentation / Reference





Discover More
Jmp Intel
Assembly - Mnemonic (instruction class)

A mnemonic is a name that groups different opcode that have the same purpose. Precisely, a mnemonic is a reserved name for aclass of instruction opcodes which have the same function. . Below is...
74hc00 Circuit
Computer - Device

A device is any machine or component that can perform an operation. It is built upon logic gates and therefore only (accept|understand) a series of 0 and 1. The first device was a transistor. ...
Cpu Moore Law Transistor
Decoder

A decoder retrieves the current instruction and selects the device to execute it. It's a device in the CPU that: read the instruction extract the opcode part lookup the device in the and returns...
Card Puncher Data Processing
Instruction (Machine Language)

A machine instruction is a unique bit string that a device can identify and execute. An Instruction refers generally to the words of the language understood by the CPU but other device (such as the GPU...
Card Puncher Data Processing
Instruction - Instruction Set (Device Language)

An instruction set is the basic set of instructions (command) that a programmable device (the most known being the cpu) understands and can execute. Instruction set is a set of instruction that represents...
Modrm
Instruction - ModR/M Byte

The ModR/M byte is a part of an instruction used when a memory operand is required (used). It permit to specify: the location of the first operand (address mode or register) and the location of...
Instruction Format Intel64 Ia32
Intel Instruction Interpretation

This section is based on the section 3-1 - interpreting the instruction pages reference of the intel documentation and used the jmp mnemonic as example. Definition: The jmp mnemonic transfers program...



Share this page:
Follow us:
Task Runner