Difference between revisions of "Disassemblers"
From WikiTI
Slimey.limey (Talk | contribs) m (→PC Community Disassemblers) |
(objdump is not available in TIGCC) |
||
Line 24: | Line 24: | ||
=== PC Community Disassemblers === | === PC Community Disassemblers === | ||
* dasm-tigcc | * dasm-tigcc | ||
− | * | + | * GNU m68k-coff-objdump in GCC4TI (not available in TIGCC) |
=== Oncalc === | === Oncalc === |
Revision as of 10:58, 25 April 2015
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
- http://www.ticalc.org/archives/files/fileinfo/162/16219.html
- http://www.ticalc.org/archives/files/fileinfo/349/34903.html
Oncalc
Freeware
Software (paid)
68k
PC Community Disassemblers
- dasm-tigcc
- GNU m68k-coff-objdump in GCC4TI (not available in TIGCC)