How Convert a Hex Code to a ASM???


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default

    Hi,

    @ First ... not possible to uncompile without the processor type ... ( not a 16F84, 628, 675 ... may be a PBP program, 16F88 ??? )

    @ Second ... All labels are lost, so it's tricky to try to understand something ...

    @ Third ... Modifying such a program needs very, very, very good assembler skills ...
    If so ... you already should know how to proceed for 1) 2) and 3 ) ...

    looks it's not the case ...

    Alain
    Last edited by Acetronics2; - 20th January 2011 at 08:57.
    ************************************************** ***********************
    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 " !!!
    *****************************************

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    @Fourth, take "Third" step with a pinch of salt

    @Fifth, this is a Melabs PicBasic forum here.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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


    Did you find this post helpful? Yes | No

    Default

    Hi, Steve

    Looks to be a PicBasic generated Hex ...

    look at the "GOTO Init" line in the beginning and the "END" lines at the end ...

    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 " !!!
    *****************************************

  4. #4
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default

    Does the author mind if you hack their code? often if they don't mind, they will supply the source. What you want to do is a very time consuming process.

    Code:
    look at the "GOTO Init" line in the beginning and the "END" lines at the end
    Is this unique for PBP? All my asm programs start with goto/gosub INIT. they also all "end"
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Acetronics View Post
    Hi, Steve

    Looks to be a PicBasic generated Hex ...

    look at the "GOTO Init" line in the beginning and the "END" lines at the end ...

    Alain
    Could be

    Attached Images Attached Images  
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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