A program written in assembly language or high-level language is called a source program. The CPU cannot execute it and must be translated into the corresponding target program. A source program is a series of human-readable computer language instructions, mainly aimed at developers. Source program is relative to object code and executable code.
A program written in assembly language or high-level language is called a source program. The CPU cannot execute it and must be translated into the corresponding target program.
(Recommended learning: java introductory tutorial)
Related introduction:
Source code (also called source program) refers to uncompiled in accordance with a certain A text file written in a programming language specification, which is a series of human-readable computer language instructions.
Source code is code written in assembly language and high-level language. The main target is developers. The applications we usually use are compiled and packaged from source code before being released, and the final result is presented to users and end customers.
Source code is relative to the target code and executable code.
The above is the detailed content of What is a program written in assembly language or high level language called?. For more information, please follow other related articles on the PHP Chinese website!