Society of Robots - Robot Forum

Software => Software => Topic started by: codeblue on April 13, 2010, 07:28:33 PM

Title: Learning assembly lanuage?
Post by: codeblue on April 13, 2010, 07:28:33 PM
so i doubt there is any tutorials on line for this but if you could throw some tutorials my way if there are any and then some books
Title: Re: Learning assembly lanuage?
Post by: waltr on April 13, 2010, 08:35:59 PM
Yes there is. A good one I know of is for PICs here:
http://www.gooligum.com.au/tutorials.html (http://www.gooligum.com.au/tutorials.html)
Another that's not as good:
http://www.winpicprog.co.uk/pic_tutorial.htm (http://www.winpicprog.co.uk/pic_tutorial.htm)
Another:
http://www.brouhaha.com/~eric/pic/ (http://www.brouhaha.com/~eric/pic/)
And if you search that are numerous projects in Assembler with posted code to learn from as well as Microchip's user forum.

There are tutorials for other processors as well bit I'll let other people give links to their favorites.
Title: Re: Learning assembly lanuage?
Post by: codeblue on April 13, 2010, 08:54:19 PM
thanks for the reply :D... um i will probably get some pics soon but do you know of any for a like windows... intel 32 bit processor
Title: Re: Learning assembly lanuage?
Post by: Cristi_Neagu on April 14, 2010, 12:08:57 AM
Here's quite a few tutorials: http://win32assembly.online.fr/tutorials.html (http://win32assembly.online.fr/tutorials.html)

It's high level assembly. It uses MASM32 as an assembler and is for windows. Also, i do believe that the latest version of MASM32 is also used for 64 bit programing, despite the name.

Good luck.