View Full Version : problems reading code from chip
leland
- 16th October 2004, 21: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
- 16th October 2004, 23: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, 04:16
MPLAB ? sorry, im a noobie
leland
- 17th October 2004, 06: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, 10:42
hi,
In the menu bar select View. Then select Program Memory. you should see those cute assembly lines...yukkk!!!!
Powered by vBulletin® Version 4.1.7 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.