SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
By UsmanRaza
#41615
how do i load .asm file into PIC16F627A 18 pin and then attach it to a calculater the flash chip to save the numbers on into the flash chip and then read it of the flash chip
By jasonharper
#41627
You don't load an .asm file into a PIC - that's the assembly language source code. You use an assembler - typically the one that's part of MPLAB, but there are other possibilities - to turn that into the actual machine code (typically stored as a .hex file) that is programmed into a PIC.

You need some sort of programming hardware to do that - a PICkit 2 perhaps, or one of many other options.

As for attaching to a calculator, you didn't give enough details about what you're trying to do for any meaningful comment to be made.