View Single Post
  #21 (permalink)  
Old 30th April, 2003, 12:18 PM
Áedán's Avatar
Áedán Áedán is offline
Chief Systems Administrator
 
Join Date: September 2001
Location: Europe
Posts: 12,248

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
__________________
Reply With Quote