Saturday, January 30, 2010

CS401 GDB

CS401 GDB Solution….
Yes I think that we still need to learn Assembly Language according to following
statements in these days.
1- Assembly language is basic computer knowledge which is very close to
binary instruction. So if anyone wants to get that how your machine works in
a logical way , Assembly Language would be a good choice.
2- As it is a low level language so it also provide fast instructions to processor
and every processor has its own Assembly-Language coding.
3- It provides better understanding of machine codes. that gives you a idea that
how to process your instructions by using low level language.
4- Assembly programming is a must for anyone who wishes to program a micro
controller.
5- Also you can have control over how hardware can respond to electrical timing
of signals as well as manipulation of hardware connected to the CPU.
6- Will you become a better programmer if you do learn assembly?
7- An assembly language is thus specific to a certain physical or virtual computer
architecture (as opposed to most high-level languages, which are usually
portable).
8- An assembly language is a low-level language used in the writing of computer
programs. Assembly language uses mnemonics, abbreviations or words that
make it easier to remember a complex instruction and make programming in
assembler an easier task.

No comments: