Actions

Difference between revisions of "68kd"

From Sonic Retro

m
Line 1: Line 1:
 
+
'''68kd''' is a command-line program which can [[disassembly|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.
'''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==
 
==External links==

Revision as of 16:04, 21 June 2006

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