Sunday, February 27, 2011

Assembly language

A programming language is defined by a set of rules.Users must conform with all format rules of the language if they want their programs to be translated correctly.Almost every commercial computer has its own particular assembly language.The rules for writing assembly language programs are documented and published in manuals which are usually available from the computer manufacturer.
The basic unit of an assembly language program is a line of code.The specific language is defined by a set of rules that specify the symbols that can be used and how they may be combined to form a line of code.we will now formulate the rules of an assembly language for writing symbolic programs for the basic computer.

No comments:

Post a Comment