Difference between revisions of "Disassemblers"
From WikiTI
(New page: {{stub}} == Definition == A disassembler is a computer program that translates machine language into assembly language — the inverse operation to that of an assembler. Source: [http://e...) |
NonstickAtom (Talk | contribs) m (Fixed some links and wikified a bit.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
=== PC Community Disassemblers === | === PC Community Disassemblers === | ||
− | * http://www.ticalc.org/archives/files/fileinfo/162/16219.html | + | * [http://www.ticalc.org/archives/files/fileinfo/162/16219.html Disassembler v1.7] |
− | * http://www.ticalc.org/archives/files/fileinfo/349/34903.html | + | * [http://www.ticalc.org/archives/files/fileinfo/349/34903.html Z80Disassembler v1.0] |
+ | |||
=== Oncalc === | === Oncalc === | ||
− | * | + | * [https://www.ticalc.org/archives/files/fileinfo/97/9781.html Calcsys] |
− | |||
− | |||
=== Software (paid) === | === Software (paid) === | ||
− | * IDA | + | * [http://www.hex-rays.com/idapro IDA Pro] |
== 68k == | == 68k == | ||
=== PC Community Disassemblers === | === PC Community Disassemblers === | ||
− | * | + | * dasm-tigcc |
+ | * GNU m68k-coff-objdump in GCC4TI (not available in TIGCC) | ||
=== Oncalc === | === Oncalc === | ||
− | * | + | * [http://detachedsolutions.com/cmdpost/ Command Post] |
=== Freeware === | === Freeware === | ||
Line 32: | Line 32: | ||
=== Software (paid) === | === Software (paid) === | ||
− | * | + | * [http://www.hex-rays.com/idapro IDA Pro] |
Latest revision as of 10:39, 4 December 2020
Contents
Definition
A disassembler is a computer program that translates machine language into assembly language — the inverse operation to that of an assembler. Source: wikipedia
z80 CPU
PC Community Disassemblers
Oncalc
Software (paid)
68k
PC Community Disassemblers
- dasm-tigcc
- GNU m68k-coff-objdump in GCC4TI (not available in TIGCC)