Datasheet
Programming PIC Microcontrollers in BASIC - mikroElektronika
attention particularly to programming of microcontrollers.
Program consists of a sequence of commands written in programming language that 
microcontroller executes one after another. Chapter 2 deals with the structure of BASIC 
program in details.
Compiler is a program run on computer and its task is to translate the original BASIC code 
into language of zeros and ones that can be fed to microcontroller. The process of translation 
of BASIC program into executive HEX code is shown in the figure below. The program 
written in BASIC and saved as file program.pbas is converted by compiler into 
assembly code (program.asm). The generated assembly code is further translated into 
executive HEX code which can be written to microcontroller memory.
Programmer is a device which we use to transfer our HEX files from computer to 
microcontroller memory.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/01.htm (2 sur 11)05/11/2004 02:10:07










