What are the applications of assembly language? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What are the applications of assembly language?

12th Aug 2020, 6:09 PM
IRFAN
IRFAN - avatar
1 Resposta
+ 2
Microcontrollers might be an application. Also, if we were 30-40 years ago programming videogames (Prince of Persia was developed in assembly). Assembly language is the closest one to machine language. It is not machine language, but almost. Also, assembly might be useful when you need very high performance in very specific tasks. Middle-level languages like C or C++ allow you to introduce snippets of assembly code in its code.
12th Aug 2020, 6:27 PM
GeraltdeRivia