Machine language can be directly recognized and executed by the computer. Machine language is a programming language or instruction code that can be directly recognized by the machine without translation. Each operation code has a corresponding circuit inside the computer to complete it. From a usage perspective, machine language is the lowest level language.
Machine language can be directly recognized and executed by the computer.
(Recommended learning: java introductory program)
Related introduction:
Machine language is a programming language or instruction code that can be directly recognized by the machine. Do not It needs to be translated. Each operation code has a corresponding circuit inside the computer to complete it, or it refers to a programming language or instruction code that can be directly understood and accepted by the machine without translation.
Machine language uses absolute addresses and absolute opcodes. Different computers have their own machine languages, that is, instruction systems.
From the perspective of usage, machine language is the lowest level language.
The above is the detailed content of Can machine language be directly recognized and executed by a computer?. For more information, please follow other related articles on the PHP Chinese website!