Who knows assembly languages?

Where would I go to learn assembly languages? I searched on the internet for how to create an operating system and just about all posts and searches tell me I need to know assembly, compiler, and a low level language.
Assembly language is good to know in general, because it helps you understand how computers work.

However to create an operating system only a few very small parts absolutely, positively, need to be written in Assembly. The rest of 99% can be written in straight C.

Here are some links that you may want to bookmark:

http://wiki.osdev.org/Main_Page
http://forum.osdev.org/
http://www.jamesmolloy.co.uk/tutorial_html/

http://www.drpaulcarter.com/pcasm/
http://static.daniweb.com/images/attachments/0/learnasm.pdf
Thanks for the links. Also thanks for letting me know that. I thought most of it would be in assembly and the rest would be in C, like the standard programs and what not.
Topic archived. No new replies allowed.