convert .HEX file to .ASM or .BAS file ???


Closed Thread
Results 1 to 5 of 5
  1. #1

    Question convert .HEX file to .ASM or .BAS file ???

    Hi all,

    I would like to ask if it's possible to convert Hex file to assembly or picbasic file ??

  2. #2
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

    Default

    if you search, you'll find a couple disassemblers/decompilers that will turn the hex into asm. There aren't any that convert to basic, or any other high-level language, due to the complexity.

  3. #3


    Did you find this post helpful? Yes | No

    Lightbulb

    thanks you tenaja but I don't find any results when searching, so if you can help me about some links or programms

  4. #4
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,614


    Did you find this post helpful? Yes | No

    Red face

    Hi, Iugmoh

    Just download MPLAB !!!

    - View\Program Memory
    - File \Import

    Choose the "Machine" or "Symbolic" Tab, at the left Bottom of the window ...

    BUT:

    - Labels and aliases can't be displayed ( not stored by the Hex File ) ... so, it's difficult to add lines without a GOTO-GOTO jumper; lines removed must be replaced by a NOP or equ.

    DO NOT CHANGE THE LINE NUMBERS !!! without exactly knowing what you are doing ...

    Only real interest is to translate strings, or add a part ( or 2 , or 3 ) of program at the end of the listing.

    to save : right click, and " save as " progmod.txt " ...

    Do not wait for miracles ... like get some PbP files !!!

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  5. #5


    Did you find this post helpful? Yes | No

    Default

    thanks Acetronics

Similar Threads

  1. load .hex file in PIC with hyperterminal
    By irenuska23 in forum General
    Replies: 8
    Last Post: - 1st September 2009, 09:52
  2. The ultimate include file
    By bearpawz in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th January 2007, 19:35
  3. PBP File Extension: .BAS vs .PBP
    By nedtron in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 13th February 2006, 05:48

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts