August 2008
Beginner to intermediate
304 pages
6h 2m
English
• Reasons for using assembly language
• Insertion of assembler sequence
• Overview of assembly language
The default programming language of any microprocessor or microcontroller is its own assembly language. The syntax used for any given processor is determined by its internal architecture and the machine code instructions that control it. Assembly language is the first-level abstraction from machine code, where each instruction is represented by a corresponding text mnemonic.
When compiled, a C program is converted into assembler, then to machine code. We also have seen that one C statement translates into a whole sequence of assembler instructions. Since each C statement is independently translated ...
Read now
Unlock full access