Are there any good websites tutorials for Assembly?
Look into Machine Organization classes through assorted open course providers.
Ok I am going I have done this and am extremely uneducated to this style of learning. The trouble I am having is that I do not know what to do. I just wanted to learn how to program my computer personally.
@Lisa1189 Programming a computer and learning assembly are not exactly the same things. Can you program in assembly? Absolutely! However, it is a very pain in the anatomy way to do things. It is such a huge deal for complex tasks that they invented other programming languages to handle all of that. If you want an introduction to programming for personal application, I suggest Python for Informatics: http://www.pythonlearn.com/ Python is a loosely typed language, so it plays nice with users, is powerful enough for companies like Google, and friendly enough to let people get started with practical bits early on. The other nice thing is that there are lots of advanced classes on Python, so you can start with a usefulness driven one like Informatics and migrate what you learn to something like game design,general programming, search engine development, and so on. Also, there are plany of Python users here, so you can post questions on this site to clarify when you have troubles.
Join our real-time social learning platform and learn together with your friends!