PDA

View Full Version : Assembly language Tutorial


harshavarma
Oct 20, 2008, 09:23 PM
Hello...

Iam thinking of learning the Assembly Language. Can any one help with suggestions about where should I start and which tutorial or e-book is best for beginners.

I am not new to programming and am good at c,c++ but I heard that ASSEMBLY is completely different and a lot tougher :eek:. Though I have some Tuts, they date back to the 90's.It is mentioned in those books that a 32mb ram is very high configuration. You can understand their dates by this. Now I am using a Amd Athlon X2 (64) processor and can any one suggest which assembler suits this config? (Win Xp). Also please suggest a decent "Beginners E-book".

Thank u. :)

KISS
Oct 20, 2008, 09:43 PM
You need a good foundation in binary arithmetic and many times you need to know the architecture of the machine. You have to understand how the processor works.

I've worked with a number of assembly languages and even hand assembled programs.

I'd take a look here: Microchip Technology Inc. - a Leading Provider of Microcontroller and Analog Semiconductors (http://www.microchip.com) and see what they have to offer.

harshavarma
Oct 21, 2008, 07:40 PM
Thank U Sir. I will go through that.:)

elf1984
Jan 4, 2009, 02:02 AM
Thank U Sir. i will go thru that.:)

I just saw this website (Binary addition : BINARY ARITHMETIC (http://www.allaboutcircuits.com/vol_4/chpt_2/2.html)) on binary arithmetic. It may be helpful.