Difference between revisions of "68kd"
From Sega Retro
Scarred Sun (talk | contribs) m |
Scarred Sun (talk | contribs) |
||
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 by Bart Trzynadlowski 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. |
+ | |||
+ | |||
+ | {{Download|version=Only Version|file=68kd.zip|filesize=45KB}} | ||
==External links== | ==External links== | ||
− | [http://www.trzy.org | + | *[http://www.trzy.org Bart Trzynadlowski's Home Page] |
[[Category:Programs]] | [[Category:Programs]] |
Revision as of 20:39, 13 July 2007
68kd is a command-line program by Bart Trzynadlowski 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.
Download 68kd |