What is an Assembly Language? Want explanationšŸ™ | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

What is an Assembly Language? Want explanationšŸ™

19th Jan 2020, 8:10 PM
Amrita Roy
Amrita Roy - avatar
1 Resposta
+ 8
An assembly language is the most basic programming language available for any processor. With assembly language, a programmer works only with operations that are implemented directly on the physical CPU. Assembly languages generally lack high-level conveniences such as variables and functions, and they are not portable between various families of processors. They have the same structures and set of commands as machine language, but allow a programmer to use names instead of numbers. This language is still useful for programmers when speed is necessary or when they need to carry out an operation that is not possible in high-level languages.
19th Jan 2020, 8:29 PM
Abdol Hashimi
Abdol Hashimi - avatar