Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@nayan-Dhpt4N • Jan 29, 2014
-
@abhishek-fg9tRh • Jan 29, 2014
Now a days embedded devs use both asm as well as C in single program, like some part of hardware code that is needed to be optimized for time critical processing for accurate result is written in asm & rest in C.Aadit KapoorIs assembly language still used?
If yes then how do i get started?
(And in many other development too, which honestly I am not aware of)
In short, it is still used & will be used as long as hardware exists! (that means forever) -
@abrakadabra • Jan 29, 2014
Ironically, this question is being asked since 2009. 😁
And still we use 'still'.
The questions that could follow are - Why assembly language is still needed if we have high level languages offering sophisticated tools?
OR
How relevant or useful is it to learn Assembly programming language in the current era?
The simple answer is - As programmers, any computer science enthusiast should definitely know how things work underneath the hood. -
@thebigk • Jan 29, 2014
Off topic: For a considerable length of time in my life; I believed it's something used by 'politicians'. ☕ -
@aadit-kapoor-EBxnXT • Jan 29, 2014
Thank you for sharing your thoughts! -
@harshad-ukH5ww • Jan 29, 2014
I second you. Even though there are lot of compiler available but after all they all are converting them into asm language as microcontroller core itself is designed based on this instructions. All microcontroller core following them so C or any other language can not beat it if you are working on time critical execution.Abhishek RawalNow a days embedded devs use both asm as well as C in single program, like some part of hardware code that is needed to be optimized for time critical processing for accurate result is written in asm & rest in C.
(And in many other development too, which honestly I am not aware of)
In short, it is still used & will be used as long as hardware exists! (that means forever)
Now people don't want to learn much about assembly language that is why C is getting more popularity.