when i compile with PBP the following
i get the attached errorCode:DEFINE OSC 4 @ DEVICE pic16F628A, intOSC_osc_noclkout, WDT_OFF, PWRT_OFF, BOD_OFF, MCLR_ON include "modedefs.bas" include "3310.inc" TRISB = %00011100 'portB configuration 0=out 1=in TRISA = %10100000 'portA configuration PortA = %11100000 CMCON = 7 VRCON = 0 INTCON = 0 OPTION_REG=%00000111 'weak pullups on, TMRO prescale = 256 start: @ PrintStr 0,0, "I love being" @ PrintStr 0,1, "able to print " @ PrintStr 0,2, "so easily!" goto start




Bookmarks