Program Memory
Program and Data memory are separate
Can be internal and/or external
- 20K internal flash for the Atmel controller
Read-only
- Instructions
- Constant data char code table[5] = {1,2,3,4,5} ;
- Compiler uses instructions for moving immediate data
-