Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Is Assembly Language worth learning?

Name: Anonymous 2005-04-21 13:58

I've heard that learning assembly language is a good way to become a better computer programmer. Is this true? Is it worth the effort? Does anybody have any suggestions on this subject?

Name: Anonymous 2007-04-19 3:38 ID:iap5HqIt

>>59
yes, you'd have to write your own output functions w/o an OS, probably would need to create some graphical driver before that as well(unless you use BIOS'es routine for text display). However in real-world situations people do have some OS available, unless they are coding some boot-loader/extender or OS themselves. But even with an OS, there are certain things which are easier done with asm than c, for example, API thunks. ( Can be done in c as well, but a bit hard w/o using a buffer you call into, and that would mean inline asm anyways )

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List