Page 1 of 1
I want to learn assembler!
Posted: Fri Jun 21, 2002 1:43 am
by Jonathan
Yep! I want to learn assembler but i can't find a good tutorial? So where can I find one? ???
Re:I want to learn assembler!
Posted: Fri Jun 21, 2002 11:50 am
by pete.piper
Art of Assembly Programming:
http://webster.cs.ucr.edu
Re:I want to learn assembler!
Posted: Fri Jun 21, 2002 12:31 pm
by jnathan
Yes! Thank you just what I looked for!
Re:I want to learn assembler!
Posted: Sun Jun 23, 2002 9:20 pm
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.
Re:I want to learn assembler!
Posted: Mon Jun 24, 2002 9:41 am
by f2
Re:I want to learn assembler!
Posted: Mon Jun 24, 2002 10:07 am
by Jonathan
Ok, Thanks everyone! I will check out all of them and I have adde them to my favourites!
Re:I want to learn assembler!
Posted: Fri Jun 28, 2002 1:02 am
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, ...
)
Re:I want to learn assembler!
Posted: Fri Jun 28, 2002 10:04 am
by Jonathan
Pype.Clicker = LOL ^ 99 ;D
Re:I want to learn assembler!
Posted: Sun Jun 30, 2002 3:18 am
by hrr
Check out this site :
http://www.acc.umu.se/~john/TAE/assemble.htm
It is a good tutorial for beginners.