Quote Originally Posted by kenny_m View Post
All your methods worked very well. I had some errors in the program. MicroCode Studio told me which lines the errors were on and what type of error they were. So I went back to those lines and corrected them. Then I tried compiling again and it was successful and it told me how many words it used. It compiled the Basic program into an assembly program. The only problem I have now is how do I compile the assembly program into an Intel HEX file? I have a BK Precision Universal Programmer which uses the Intel HEX file.
You need to have MPLAB from microchip with the MPASM suite.
View in MicroCode.
PicBasic Options
Assembler tab

That is where you tell MCS where to find MPASM and to output INHX8M,8S, or32.

I think that is what you need.