Most that use Pic Basic are probably writing the code using Micro Code Studio, you can use any text editor though MCS is pretty good.
When the code is written and the compile button is clicked MCS starts PBP which is a comand line program. PBP will turn the BASIC code into Assembly code. Then either PM or MPASM starts, this is selectable. PM or MPASM will turn the Assembly file into a HEX file.
The HEX file is what gets written to the PIC.
To get the HEX into the PIC a piece of hardware called a programmer is used. There are many to pick from. The programmer will have software to control the flow of data into the PIC and read back what was written to verify the code on the PIC.
Now the PIC is ready to power up and run.
What all do you have so we can help you get started with some learning code?
Bookmarks