PDA

View Full Version : problems reading code from chip



leland
- 16th October 2004, 22:33
is there a way to see the actual code from the chip so that i can change it. When I read the chip I am only able to see the HEX code. How do I see the actual coding??
thanks

Melanie
- 17th October 2004, 00:43
The HEX is the actual code as far as the PIC is concerned.

You can load your HEX into MPLAB and turn it back into a more human readable Assembler. You can then make changes and reAssemble as you wish.

Thankfully there is no reverse compiler back into PICBasic.

leland
- 17th October 2004, 05:16
MPLAB ? sorry, im a noobie

leland
- 17th October 2004, 07:12
ok, i got the MPLAB. I imported my HEX, but i can't find any command to view the HEX in an understandbale language. How do i get it to work?

mister_e
- 17th October 2004, 11:42
hi,
In the menu bar select View. Then select Program Memory. you should see those cute assembly lines...yukkk!!!!