PDA

View Full Version : Assembly


cwdlmdd
07-03-2003, 03:56 AM
I was woundering if Assembly language is still being used that much anymore? I had am old TRS-80 sume years ago and tried to learn the language but gave up since all I had was the book that came with it and it was short on information.

SDP2006
07-08-2003, 08:42 PM
I don't believe so

Jason
07-08-2003, 08:57 PM
Assembly is still a well used language but not as much as before. Now people are using C and C++ to communicate with the machines themselves instead of directly talking to them with the machine language. Though if you want to write drivers and hardware configuration progs it would be best to understand the language.


Jason