What is Assembly language? Where is it use? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 10

What is Assembly language? Where is it use?

9th Feb 2019, 3:38 PM
Sujan Sharma
Sujan Sharma - avatar
3 ответов
+ 4
Assembly can be translated directly (per instruction) into machine code that can be executed by the CPU. Unless you want to code directly with 0's and 1's, this is the lowest level type of language you will ever use. An assembly language is specific to a type of CPU by the way, so there is not just one assembly language.
9th Feb 2019, 5:02 PM
Zen
Zen - avatar
9th Feb 2019, 3:39 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
+ 1
Assembly is low level language https://cs.stackexchange.com/questions/13287/why-do-we-need-assembly-language https://www.quora.com/Why-is-Assembly-Language-used You can download assembly app from store and learn more about it
11th Feb 2019, 6:15 AM
Markpeach96
Markpeach96 - avatar