I want to learn assembler!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Jonathan

I want to learn assembler!

Post by Jonathan »

Yep! I want to learn assembler but i can't find a good tutorial? So where can I find one? ???
pete.piper

Re:I want to learn assembler!

Post by pete.piper »

Art of Assembly Programming: http://webster.cs.ucr.edu
jnathan

Re:I want to learn assembler!

Post by jnathan »

Yes! Thank you just what I looked for!
K.J.

Re:I want to learn assembler!

Post by K.J. »

The Art of Assembly is good, however, there is no need to read the whole book/manual. The first 5 or 6 chapters ought to do you well. Also, get Adam's Assembly Tutorials:
http://www.programmersheaven.com/zone5/cat792/15526.htm

There are very good(though they do rely on some BIOS functions, they will teach you all about jumps and conditional jumps).

K.J.
Jonathan

Re:I want to learn assembler!

Post by Jonathan »

:) Ok, Thanks everyone! I will check out all of them and I have adde them to my favourites! :)
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:I want to learn assembler!

Post by Pype.Clicker »

If other methods have failed, you can try to become a code warrior, see http://www.geocities.com/pype_1999.geo/ ... ode-I.html

(lol, this is not really what you could call a tutorial, ... ;) )
Jonathan

Re:I want to learn assembler!

Post by Jonathan »

Pype.Clicker = LOL ^ 99 ;D
hrr

Re:I want to learn assembler!

Post by hrr »

Check out this site :
http://www.acc.umu.se/~john/TAE/assemble.htm

It is a good tutorial for beginners.
Post Reply