Difference between revisions of "680x0:Tools"

From Amiga Coding
Jump to: navigation, search
(added debuggers I found mentioned in forum threads)
Line 17: Line 17:
 
* Thrill Kill (Action Replay like, no GUI)
 
* Thrill Kill (Action Replay like, no GUI)
 
* [[WinUAE debugger]]
 
* [[WinUAE debugger]]
 +
 +
 +
===memory management debugging===
 +
* [http://www.sinz.org/Michael.Sinz/Enforcer/index.html Enforcer V37.73] (2001)<br />Enforcer is an advanced debugging tool for Amiga computer systems equiped with a 68020/68851, 68030, 68040, or 68060 CPU. It uses the MMU to help detect stray pointers and access to invalid memory.
 +
* [http://aminet.net/package/dev/debug/MuForce MuForce] (based on Enforcer)
 +
* Mungwall
 +
* [http://aminet.net/search?query=sushi Sushi]/[http://aminet.net/search?query=Sashimi Sashimi]<br />Can redirect debug info send to the serial port
 +
|width=60|
 +
|valign=top|
 +
==For 'Hardware Hitting' coding==
 +
* [http://aminet.net/package/dev/moni/cuwa The Custom Watcher (CuWa)]<br />allows you to see the values which were writting to the Custom-Registers (with help of an MMU)
 +
 +
 +
==OS monitors==
 +
* [http://aminet.net/package/util/moni/SnoopDos Snoopdos 3.8] (on Aminet)
  
  
Line 27: Line 42:
 
* [http://amiga-stuff.com/ amiga-stuff.com]<br />many oldskool utils, crunchers, modpackers etc.
 
* [http://amiga-stuff.com/ amiga-stuff.com]<br />many oldskool utils, crunchers, modpackers etc.
 
* [http://protracker.de/ protracker.de]<br />(many Trackers and some replayer sourcecodes)
 
* [http://protracker.de/ protracker.de]<br />(many Trackers and some replayer sourcecodes)
 
|width=60|
 
|valign=top|
 
==For 'Hardware Hitting' coding==
 
* [http://aminet.net/package/dev/moni/cuwa The Custom Watcher (CuWa)]<br />allows you to see the values which were writting to the Custom-Registers (with help of an MMU)
 
 
 
==OS monitors==
 
* [http://aminet.net/package/util/moni/SnoopDos Snoopdos 3.8] (on Aminet)
 
 
|}
 
|}

Revision as of 17:08, 17 May 2008

Sourcecode processing


Debuggers

  • Adebug (ex-commercial, now opensource)
  • Barfly's debugger
  • Disect v2.0 (symbolic disassembler/debugger, demo available on Aminet)
  • HRTmon 2.30
  • Big Brother 0.51 (1997) (by Nicholas G. Clarke aka Conan^Rebels)
  • (OMA Assembler) Dbug
  • (SAS/C) cpr (CodeProbe)
  • Thrill Kill (Action Replay like, no GUI)
  • WinUAE debugger


memory management debugging

  • Enforcer V37.73 (2001)
    Enforcer is an advanced debugging tool for Amiga computer systems equiped with a 68020/68851, 68030, 68040, or 68060 CPU. It uses the MMU to help detect stray pointers and access to invalid memory.
  • MuForce (based on Enforcer)
  • Mungwall
  • Sushi/Sashimi
    Can redirect debug info send to the serial port

For 'Hardware Hitting' coding


OS monitors


Demotools

Pouet.net has loads of (oldskool) demotools.
(note: they have many pages of tools but the 'next page' is hidden at the bottom of the page)