Definition of Assembly
Required Knowledge
None.
Assembly
Assembly (also known as 'asm') is a low level language which represents the actual machine code for a particular processor's architecture.
There are several essential concepts which are fundamentally different to the concepts in
High Level Languages.
These concepts are:
These concepts are key to learning how to program in assembly and should be understood as best you can before progressing to write a program using an assembler.
Once you've read these definitions it is reccommended you use the
assembly tutorials to put this knowledge into practice (I guarentee once you start writing your own programs this will make more sense ;).
Related links
Assembly tutorials.
Categories
CategoryDefinitions
There are no comments on this page. [Add comment]