#chip 12F683, 8 'mhz #config INTRC_OSC_NOCLKOUT, MCLRE=off, WDT=off dir gpio.2 out main: HPWM 1,10,100 goto main
I try to run this and i get everything except a .hex file, and the .err file is blank
How are you compiling it?
… do you get an asm file?
Log in to post a comment.
#chip 12F683, 8 'mhz
#config INTRC_OSC_NOCLKOUT, MCLRE=off, WDT=off
dir gpio.2 out
main:
HPWM 1,10,100
goto main
I try to run this and i get everything except a .hex file, and the .err file is blank
How are you compiling it?
… do you get an asm file?