+ 1
What can we do with Assembly language ?
what kind of application we can make by using assembly language..
4 Respostas
+ 7
It's mostly used for low level stuff, like making an OS. But you can make anything you want with it.
+ 5
Assembly code derives it's power from execution time. It can execute faster than any programming language. Also, you have full, 100% control over every bit.
+ 3
Everything as it is the lowest level language.
C was made with Assembly so all you can do in C, you can do in assembly. And you can do anything with with C.