PDA

View Full Version : I want to understand simple assembly language program


raul satelikar
Sep 14, 2013, 12:12 PM
Studying in the subject system software at local college in India.but in this subject there is only some part of assembly language in topics like assemblers, loaders and linkers ,compilers etc.while being beginner and this language not covered at all in college,also on Internet found that assembly language based on Macintosh,Microsoft,this and that! I only wanted general idea about it. That is common assembly steps that may be found anywhere in this world.
Please help.

cdad
Sep 14, 2013, 01:29 PM
Here is something you might want to take a look at.

Introduction to Assembly Language (http://www.osdata.com/topic/language/asm/asmintro.htm)


Assembly is very simaler to the language b.a.s.i.c. in that you give instructions on what to do. The limitation is that you can only go so far as a chip will allow. Higher instructions belong on newer chipsets. You are directing through assembly what the cpu should be doing on a line by line basis.