Difference between revisions of "Disassemblers"

From WikiTI
Jump to: navigation, search
(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...)
 
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 ===
* Calcsys http://www.ticalc.org/archives/files/fileinfo/196/19619.html
+
* [https://www.ticalc.org/archives/files/fileinfo/97/9781.html Calcsys]
  
=== Freeware ===
 
*
 
  
 
=== Software (paid) ===
 
=== Software (paid) ===
* IDA Disassembler
+
* [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 11:39, 4 December 2020

This article is a stub. You can help WikiTI by expanding it.


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)

Oncalc

Freeware

Software (paid)