94491203
Newbie
Offline
Posts: 31
Thank You
-Given: 7
-Receive: 21
|
 |
« on: January 08, 2008, 03:34:18 15:34 » |
|
who have the Disassemble 8051 software?
|
|
|
Logged
|
|
|
|
mayler
Junior Member

Offline
Posts: 68
Thank You
-Given: 14
-Receive: 13
Roger that!
|
 |
« Reply #1 on: January 08, 2008, 04:07:17 16:07 » |
|
|
|
|
Logged
|
Computer Engineer. Digital IC Designer - Cadence certified.
|
|
|
glenjoy
Newbie
 Muted
Offline
Posts: 11
Thank You
-Given: 2
-Receive: 6
|
 |
« Reply #2 on: January 18, 2008, 11:26:59 11:26 » |
|
Search google for disassemblers.
|
|
|
Logged
|
|
|
|
|
vsmGuy
Junior Member

Offline
Posts: 35
Thank You
-Given: 11
-Receive: 7
|
 |
« Reply #4 on: January 26, 2008, 04:29:39 16:29 » |
|
If you have the hexcode from the mcu, then you can use the excellent disasm to get the ASM back.
However, you need to annotate the ASM back into something useful.
This has to be done manually.
IDA will help you by making this process easier, but it's very expensive !
|
|
|
Logged
|
|
|
|
demorphica
Inactive
Offline
Posts: 6
Thank You
-Given: 0
-Receive: 1
|
 |
« Reply #5 on: January 29, 2008, 07:07:43 07:07 » |
|
check out IDAPro, you will need to set up the embedded target, and you will be able to use this to disassemble a variety of micros, not only 8051
|
|
|
Logged
|
|
|
|
pramodjaipur
Junior Member

Offline
Posts: 70
Thank You
-Given: 17
-Receive: 4
|
 |
« Reply #6 on: March 06, 2008, 11:19:38 11:19 » |
|
who have the Disassemble 8051 software?
visit at www.8052.com and search disassembler
|
|
|
Logged
|
|
|
|
joaler
Guest
|
 |
« Reply #7 on: March 07, 2008, 01:52:21 13:52 » |
|
Dear friends
the dis assemblers are not so worth they can be used to decode the hex to asm but if the actual program was written on C, the disassembled code will be heavy and very difficult to understand. and when there are more NOP instructions, the disassembler will show " truncated" so after disassembling you must take care of it
regards
jo
|
|
|
Logged
|
|
|
|
derwish
Newbie
Offline
Posts: 11
Thank You
-Given: 3
-Receive: 10
|
 |
« Reply #8 on: March 19, 2008, 03:07:38 15:07 » |
|
|
|
|
Logged
|
|
|
|
dhana
Inactive
Offline
Posts: 6
Thank You
-Given: 6
-Receive: 5
|
 |
« Reply #9 on: April 06, 2008, 01:58:26 01:58 » |
|
|
|
|
Logged
|
|
|
|
hhh4h
Guest
|
 |
« Reply #10 on: April 20, 2008, 05:04:12 17:04 » |
|
Disassemblers are useful on small code, written in asm. Large projects using a higher level lang. are much tougher due to the branch prediction adn optimisation stuff that the compiler inserts
|
|
|
Logged
|
|
|
|
|