04 2StartingToProgram IntroductiontoAssem
04 2StartingToProgram IntroductiontoAssem
Introduction to Assembler
Chapter Four
1. Machine Code
00 0111 0001 0101
2. Assembly Language: needs an assembler
addwf NUM, w
3. High-Level Language: needs a compiler
for (i=0; i<10; i++) sum += a[i];