Convert *.ROM to Writing language

Hi,everybody!

It's great to discuss together about everythings. Would you please help me!

Can we convert the *.ROM to Writing Language? Would you please help me!

Thanks!

Parents
  • Can we convert the *.ROM to Writing Language?

    Do you mean "Can a machine code file be converted to high level language?" ?

    I don't really see the connection to Keil tools here, but I'll try to answer: To some degree, it may be possible, but the results are dissatisfying in almost every case. This is because much of the information contained in a high level language source code file is lost during compilation (such as function names, the precise type of loop constructs, variable names, and so on).

    Even translating a machine code file back to assembly will look nothing like the "original", since definitions, macros, jump labels, and so on, all are lost during assembling.

Reply
  • Can we convert the *.ROM to Writing Language?

    Do you mean "Can a machine code file be converted to high level language?" ?

    I don't really see the connection to Keil tools here, but I'll try to answer: To some degree, it may be possible, but the results are dissatisfying in almost every case. This is because much of the information contained in a high level language source code file is lost during compilation (such as function names, the precise type of loop constructs, variable names, and so on).

    Even translating a machine code file back to assembly will look nothing like the "original", since definitions, macros, jump labels, and so on, all are lost during assembling.

Children
More questions in this forum