Thread: grandtheftendo
View Single Post
  #16  
AChimp AChimp is offline
Resident Chimp
AChimp's Avatar
Join Date: Nov 2000
Location: The Jungles of Borneo
AChimp is probably a real personAChimp is probably a real person
Old Nov 1st, 2004, 07:13 PM       
Quote:
Originally Posted by ziggytrix
It's been a long while since programming classes, but I think that's debateable. I notice you said "extensively" which, to me, indicates that folks are still writing more efficient subroutines is machine language.
Oh yeah, there's still stuff that should be done in ASM. Really low-level device drivers, portions of the OS kernel, video drivers, certain graphics routines, stuff for embedded systems... but most of the time, you'd just write the same stuff in C and have it compile into something better than what you could have written.
Reply With Quote