Transcription of Assembly Language Programming Lecture Notes
{{id}} {{{paragraph}}}
Assembly Language Programming Lecture Notes Delivered by Belal Hashmi Compiled by Junaid Haroon Preface Assembly Language Programming develops a very basic and low level understanding of the computer. In higher level languages there is a distance between the computer and the programmer. This is because higher level languages are designed to be closer and friendlier to the programmer, thereby creating distance with the machine. This distance is covered by translators called compilers and interpreters. The aim of Programming in Assembly Language is to bypass these intermediates and talk directly with the computer. There is a general impression that Assembly Language Programming is a difficult chore and not everyone is capable enough to understand it. The reality is in contrast, as Assembly Language is a very simple subject.
To cover the practical aspects of assembly language programming, IBM PC based on Intel architecture will be used as an example. However this course will not be tied to a particular architecture as it is often done. In our view such an approach does not create versatile assembly language programmers.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}