here is the steps I have taken in MPLAB
1.click project wizard and select 12f683 and save project as test-12f683.mcp
2. copy file 12f683.bas to folder and rename it test-12f683.bas
3. click finish and project is complete
add 2 lines of code
main:
goto main

press f-10 to compile and the program chokes
then I comment out several items and now it will compile
this does not seem right

my code will run on the micro. just want make sure that this is the right way