Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

anyone knows how to convert hex file to asm file for Atmel AT89C2051 microcontroller?

Status
Not open for further replies.

racsam

Newbie level 1
Joined
Feb 5, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
anyone knows how to convert hex file to asm file for Atmel AT89C2051 microcontroller?

if any one knows about any working software then please mail/contact me raichur.samir@gmail.com
i have only one day left for my project submission. kindly anybody share info
 

you require a reverse assembly pack.
lots are available.
here is one that was made from a source available on net.( source code link meant for linux .some daves code or ... will give when searched)
i have built for windows .
 

Attachments

  • dis51forwindows.zip
    18.4 KB · Views: 121

thanks scrizbf, but wat should i enter in the cmd promt
 

in the cmd prompt , give the following commnds.

if you have hex file named 'myfile.hex' , then to get the assembly file
named 'myfile.a51'
give:

dis51 < myfile.hex > myfile.a51
(< and > are called as redirection in linux and also in windows ).

then open myfile.a51 in texteditor (eg.notepad) to see your code.
 

First you download AVR studio from atmel corporation
(search google for AVR studio)

REgards

Maxim
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top