Home > Common Problem > body text

What does a computer instruction generally consist of?

王林
Release: 2022-01-12 15:46:25
Original
41222 people have browsed it

A computer instruction generally consists of an opcode and operands. Computer instructions are instructions and commands that direct the work of the machine. The controller directs the work of the machine through instructions. People use instructions to express their intentions and give them to the controller for execution.

What does a computer instruction generally consist of?

#A computer instruction generally consists of an opcode and operands.

(Recommended tutorial: windows)

Computer instructions are instructions and commands that direct the work of the machine. A program is a series of instructions arranged in a certain order, and the process of executing the program This is the working process of a computer.

The controller relies on instructions to direct the machine to work. People use instructions to express their intentions and give them to the controller for execution.

Usually an instruction includes two aspects: operation code and operand. The operation code determines the operation to be completed, and the operand refers to the data participating in the operation and the unit address where it is located.

In computers, operation requirements and operand addresses are represented by binary numbers, called operation codes and address codes respectively. The entire instruction is stored in the memory in the form of binary encoding.

The above is the detailed content of What does a computer instruction generally consist of?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!