This document provides an overview of writing and compiling MikroBasic programs for microcontrollers. It discusses:
1. Writing code in a text editor or IDE, then compiling the code which converts it to assembly then executable HEX code.
2. Choosing the right PIC microcontroller for a given task, focusing on models with FLASH memory for fast debugging.
3. An example of a simple BASIC program that blinks an LED, along with the files generated during compilation - .asm, .lst, .mcl, and .hex files.
Related topics: