Acidmods
AcidMods Resources ----- ( These are helpful tools for modding ) => Pic Programmers and Programs => Topic started by: tempermodz on May 27, 2011, 06:28:24 PM
-
So do you just copy the .hex code to the pic with winpic or pickit?
I've seen some tutorials. But how about the .asm files?
-
.asm files are compiled into hex files using MPLAB IDE, then the .HEX files are loaded on to the PIC using the appropriate program for your programmer...
MPLAB or PICKit2 for the PICKit2
WINPIC for the JDM programmer and others
etc