125k views
0 votes
Types and categories of machine commands of INTEL microprocessor. What are the

differences between machine commands and other program instructions ?

1 Answer

5 votes

Answer:

Step-by-step explanation:

Machine Instruction Types:

LOAD: Transfer of data from memory into the register.

IN: Receives data from an input device.

MOVE: Data transfer between registers.

OUT: Outputs data from the register.

PUSH: Pushes data from a register towards the top of the stack.

STORE: Transfer of data from the register to the memory.

A command is an operating system instruction or other system instruction. A statement is an instruction that will be translated into machine code by the compiler or the interpreter.

User Chris Dorn
by
6.8k points