|
Assembly language is the lowest level programming language available without having to write your code in machine code.
Each assembly instruction has direct relation to a specific machine code instruction while higher level languages such as C++ actually expand to several machine code instructions.
|