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.

Dis51 8051 Hex-file Disassembler

Status
Not open for further replies.

jimjim2k

Advanced Member level 3
Joined
May 17, 2001
Messages
996
Helped
23
Reputation
46
Reaction score
13
Trophy points
1,298
Activity points
7,178
8051 disassembler

Hi

Dis51 is a simple 8051 disassembler for Unix-like systems. It may even compile under Microsoft Windows, but that has never been tested. It takes an object file in Intel Hex format as input, and outputs an assembly language file. This disassembler assumes by default that everything in memory is data, and nothing is code. It starts at any number of entry points you give it on the command line, then follows the code through all branches until no branches are left. It then outputs an assembly language file which should assemble under any standard 8051 assembler. All data memory is declared using "DB" directives.

1. h**p://www.ece.umr.edu/~dsulli/dis51/

* -> t

tnx
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top