Difference between revisions of "68kd"

From Sega Retro

 
Line 2: Line 2:
 
'''68kd''' is a command-line program which can [[disassembly|disassemble]] [[68000|Motorola 68000]] code. The output produced by 68kd cannot be recompiled by [[SNASM68K]], and the program is unable to differentiate between code and data, so its usefulness is limited. [[IDA Pro]] is considered to be a better alternative.
 
'''68kd''' is a command-line program which can [[disassembly|disassemble]] [[68000|Motorola 68000]] code. The output produced by 68kd cannot be recompiled by [[SNASM68K]], and the program is unable to differentiate between code and data, so its usefulness is limited. [[IDA Pro]] is considered to be a better alternative.
  
 +
==External links==
 
[http://www.trzy.org/files/68kd000.zip Download 68kd]
 
[http://www.trzy.org/files/68kd000.zip Download 68kd]
  
 
[[Category:Programs]]
 
[[Category:Programs]]

Revision as of 08:46, 11 February 2005

68kd is a command-line program which can disassemble Motorola 68000 code. The output produced by 68kd cannot be recompiled by SNASM68K, and the program is unable to differentiate between code and data, so its usefulness is limited. IDA Pro is considered to be a better alternative.

External links

Download 68kd