Quote:
|
Originally Posted by sparksandtabs
i got the .ASM file but not i have no way of getting the .HEX file
|
First off - do you have Microchip MPLAB installed?
If you don't then download and install it from
here.
If so, then the simplest way to do this (assuming your code is only one assembly file) is to do the following:
1) Open the assembly source file in MPLAB
2) On the MPLAB menubar choose Configure->Select Device...
3) In the dialog that comes up choose the PIC16F84 or PIC16F84A depending upon what chip you have.
4) On the MPLAB menubar choose Project->Quickbuild
MPLAB will launch the assembler (MPASM) and will build a hex file in the same directory as your assembly source file. Then you can use IC-Prog to flash the PIC with your newly created hex file.