Machine commands

Announce Upload video
Instructions that can be directly recognized and executed by CPU
Collection
zero Useful+1
zero
Machine Instructions are CPU The instructions that can be directly recognized and executed are Binary encoding Machine commands are usually Operation code and Operands It consists of two parts. The operation code indicates the operation to be completed by the instruction, that is instructions The operands indicate the objects involved in the operation and the location where the operation results are stored.
Chinese name
Machine commands
Foreign name
MachineInstructions
The machine command is CPU The instructions that can be directly recognized and executed are Binary encoding Machine commands are usually Operation code and Operands It consists of two parts. The operation code indicates the operation to be completed by the instruction, that is, the function of the instruction. The operands indicate the objects involved in the operation, and the location where the operation results are stored. [1]
Since machine instructions are closely related to CPU, different types of CPU have different machine instructions, and their Command system They often differ greatly. But for the same series of CPUs, in order to meet the requirements of good compatibility , to achieve: new generation CPU Command system Must include Command system Only in this way can all kinds of programs previously developed run normally on the new generation CPU.
machine language It is used to directly describe machine instructions, rules for using machine instructions, etc. It is the only language that the CPU can directly recognize, that is, the CPU can directly execute machine language Procedure described.
use machine language Programming is the work of professional and technical personnel who have been strictly trained in the early stage programmer Generally, they are not competent, and the programs written in machine language are not easy to read, have high error rate, and are difficult to maintain, and cannot intuitively reflect the basic idea of solving problems with computers.
Because of the use of machine language There are so many inconveniences in programming that few programmers write programs like this.