need help making a hex file from a .asm file

waynemcfc

Inactive User
Joined
Jan 28, 2006
Messages
821
Reaction score
13
Location
hackerville b*tch
need help making a hex file from a .asm file i have the .asm file but i need to change a couple of values on it then create the hex but this is where i am stuck can anyone help ?????? thanks
 
Depends what device you are assembling for but you need an assembler.

If it's a PIC microcontroller you will need MPLAB which is free from the Microchip website.
 
If you have any problems with it after programming then suspect the configuration word. You can set the options (oscillator type etc.) in the code or during programming.

I've used MPLAB quite a bit if you have questions :). The simulator tools are very useful.
 
Back
Top