Actions

Difference between revisions of "Disassembler"

From Sonic Retro

(No difference)

Revision as of 16:34, 11 October 2005


A piece of software which takes Machine Code and translates into it's assembly equivellent. As Assembly does not contain the same level of "Syntactic Sugar" as C and C++, it can produce a fairly accurate representation of how a program written in Assembly may have looked.

There are disassemblers and assemblers available for the 68K processor.