Quote:
Originally posted by Lovechild ASM is damn useless to be honest, developing goes so slow compared to C++ or Python.
But it's totally 1337 to be able to read and of course write it, plus it's good for making hardware drivers. |
ASM is darn good for some tasks. Generally tasks that require small memory footprints, or have to run on fairly low powered devices fair well in assembler.
As far as writing hardware drivers - most of it can be done in C quite happily. Typically you'd just write small segments (time critical or sensitive) in assembler.
Áedán